Skip to content

Instantly share code, notes, and snippets.

@mmozuras
Created November 11, 2016 09:25
Show Gist options
  • Save mmozuras/294a1f4754fba9ce23a0f5de2db910d3 to your computer and use it in GitHub Desktop.
Save mmozuras/294a1f4754fba9ce23a0f5de2db910d3 to your computer and use it in GitHub Desktop.
Rename JPG files to their creation dates
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