Created
November 11, 2016 09:25
-
-
Save mmozuras/294a1f4754fba9ce23a0f5de2db910d3 to your computer and use it in GitHub Desktop.
Rename JPG files to their creation dates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in *.jpg | |
do | |
jhead -n"%Y-%m-%d %H.%M.%S" $i | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment