python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
rename file by adding a value using bash
I have a series of files with similar extension in a directory and it's subdirectories. I'd like to add a constant value to their integer part of the basename. Is there any way to do it using Bash? Le...
Amir Ghorbani
Votes: 0
Answers: 1
how to access the name of a jupyter notebook from within that notebook
I want to access the name of a jupyter notebook from within that juypyter notebook.
I need the name, because I want to import a small .py file containing some helper code. This heatmap_axes.py file is...
Andre
Votes: 0
Answers: 1
Appending Value Makes File Disappear from Folder
import java.io.File;
import java.util.*;
public class AppendTool {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
System.out.println("Input Directory ...
TheBriggis
Votes: 0
Answers: 1
Writing a raster stack to file with changed names
I changed the names of the 20 layers in my raster stack (Rstack) and then write the newly named stack to file but when I read the file back into R the names are not preserved so if I want to use the f...
BHope
Votes: 0
Answers: 1