Problem : I have many epub files I’m trying to organise into folders. All of my files named following the […]
Tag: batch-rename
Sorting Files into Subfolders based on EXIF Date
QUESTION : I have a huge directory from a HDD recovery that contains 70000+ JPEG files. I tried playing around […]
Cygwin unix-utils version of rename not functioning as it should
Problem : I’m trying to use the rename function, supplied as part of cygwin, unix-utils ( Mar22 2015), and it […]
Batch removal of special characters from file names in Linux
Problem : I am seeking to remove all special characters from several files’ worth of downloaded .pdfs, and came across […]
recursive batch rename files
QUESTION : I have audio library that has artworks in every folder and the names are: Cover.PNG, Cover.png, Cover.JPEG, Cover.jpeg, […]
How can I recursively rename all files in a folder? [duplicate]
Problem : This question already has answers here: Renaming multiple files which match UNIX find keyword (2 answers) Closed 8 […]
How to find a file and move it into the directory it was found in
Problem : I am trying to rename files in sub directories using xargs by running the following command: find . […]
Windows script to run as a batch to replace character in list of file names
QUESTION : I have 4 files as below: C:Documents and SettingsvmAC Rtest JE.BOS.20130516.CSV JE.BES.20130516.CSV KFROPN.SAVEFILE.CSV KFBAD.SAVEFILE.CSV I have to replace […]
Renaming .jpg files in subdirectories without changing the creation date (on a MAC)
QUESTION : I have a bunch of JPEG files with exactly the same name (i.e. “orig.jpg”) each in a seperate […]
Replace files with others from other folder matched by first token in filename
Problem : Lets say I have two folders: ls /A/ 01 – IncorrectName.flac 02 – otherincorrect.flac ls /B/ 01 – […]