Top "File-rename" questions

rename-file means changing name of a file

Batch renaming files with Bash

How can Bash rename a series of packages to remove their version numbers? I've been toying around with both expr …

bash shell file-rename
How do I rename files using R?

I have over 700 files in one folder named as: files from number 1 to number9 are named for the first month: …

r file-rename
Batch file script to remove special characters from filenames (Windows)

I have a large set of files, some of which contain special characters in the filename (e.g. ä,ö,%, and others). …

windows batch-file filenames gnupg file-rename
How can I batch rename files using the Terminal?

I have a set of files, all of them nnn.MP4.mov. How could I rename them so that it …

macos shell terminal file-rename batch-rename
Rename multiple files, but only rename part of the filename in Bash

I know how I can rename files and such, but I'm having trouble with this. I only need to rename …

bash file-rename
best way in java to rename a file , there are about 500 files in a directory

I have 500 pdf files in a directory. I want to remove first five characters of a filename and rename it.

java file-rename
How to find out why renameTo() failed?

I am using WinXP. I use java to generate a list of files. The file will be created as abc.…

java file file-io file-rename
Rename and move file with Python

I have python script that compares existing file names in a folder to a reference table and then determines if …

python file-rename
How to change file extension at runtime in Java

I am trying to implement program to zip and unzip a file. All I want to do is to zip …

java file-rename
How to Rename Files in Android Studio

Is there a way to change name of a file in Android Studio projects? I come from Visual Studio and …

android android-studio refactoring file-rename