Top "Batch-rename" questions

Batch renaming is a form of batch processing used to rename multiple computer files and folders.

Rename files in multiple directories to the name of the directory

I have something like this: v_1/file.txt v_2/file.txt v_3/file.txt ... and I want to rename those …

linux rename batch-rename
.bat for batch rename to increment numbers in fname

I have a large folder of .cbr's, and I'm renaming them by issue number to correctly order them. What do …

batch-file command-prompt wsh batch-rename
recursive renaming file names + folder names with a batch file

I like to create a batch file (winxp cmd) that recursively goes through a chose folder and sub folders and …

batch-file rename batch-rename
how to change the extension of multiple files using bash script?

I am very new with linux usage maybe this is my first time so i hope some detailed help please. …

bash batch-rename
Batch script to remove parts of a filename

Help please! I need to remove time stamp and file number off of the filename using a windows batch script. …

batch-file file-rename windows-scripting batch-rename
Command Prompt/Batch - rename multiple files with sequential numbering

Lets say I have multiple files filename.a.txt filename.b.txt filename.c.txt I want to run a …

windows batch-file batch-rename
Rename files to md5 sum + extension (BASH)

I need some help with a bash script. Script needs to rename all files in a directory to its md5 …

linux bash rename batch-rename
mv: invalid option -- '0'

How can I rename files with "-" in front of the filename, for example: "-0001.jpg" Everyime I try to …

bash command-line-interface mv batch-rename
Rename All Files in a Directory Using Python

I have a directory containing a number of files with this format: 1 or 2 numbers_S followed by 1 or 2 numbers_L001_…

python regex rename batch-rename
Get grandparent directory in bash script - rename files for a directory in their paths

I have the following script, which I normally use when I get a bunch of files that need to be …

linux bash path centos batch-rename