Tag: rename
Rename Images Based on Exif Date
October 10, 2017
Renames all the files in the current folder based on the Exif date of that image. You’ll need the ‘jhead’ command tool – use apt-get to install it.
Command to Replace a String in all Files in Current Directory
March 12, 2007
Replaces all instance of ‘<old string>’ with ‘<new sting>’ in all the files of the current directory. perl -pi -e…
Change the Extension of Multiple Files in Linux
March 8, 2007
In this example, we will change all files with extension ‘.info’ to ‘.txt’. Rename all *.info files in one folder…
Recent Comments