Skip to content

Instantly share code, notes, and snippets.

@jasonraimondi
Created October 15, 2015 02:30
Show Gist options
  • Save jasonraimondi/12666b9df7b704057ec7 to your computer and use it in GitHub Desktop.
Save jasonraimondi/12666b9df7b704057ec7 to your computer and use it in GitHub Desktop.
find . -type f \( -iname '*.jpg' -o -iname '*.png' -o -iname '*.gif’ -o -iname ‘*.tif' \) -exec jhead -n%Y-%m-%d\ %H-%M-%S {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment