1
abr
abr
Command to rename jpeg/jpg files by date/time
Posted in Multimedia | No Comments »Hi all,
sometimes I like to rename my photos by date/time
so I use the command jhead to do the work, just running:
$ jhead -n%Y%m%d-%H%M%S *.jpg
This command renames all files with the jpg extension with its time/date stamp in the format YYYYMMDD-HHMMSS.jpg
Reference:
