Top "Batch-rename" questions

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

change file extension in batch

Simple question. IMDU command do imdu /b file.imd file.raw and convert the file.imd on file.raw I …

windows batch-file command-line batch-rename
bash to batch rename files with adding numbers

I have a bunch of .jpg files with random names. I want a bash script to rename them like this: …

bash batch-rename
Bash rename extension recursive

I know there are a lot of things like this around, but either they don't work recursively or they are …

bash batch-rename
Rails: renaming a controller and corresponding model

Is there an easy way to rename a controller and model in my app and all the instances in the …

ruby-on-rails rename batch-rename
Use of regex in bash with mv

I have 4 files to rename: ./01: I0010001 I0020001 ./02: I0010001 I0020001 I want to add auxiliary filename .dcm to each file, so …

regex bash file-rename batch-rename mv