Skip to content

Instantly share code, notes, and snippets.

@jgwhite
Created March 8, 2011 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgwhite/860281 to your computer and use it in GitHub Desktop.
Save jgwhite/860281 to your computer and use it in GitHub Desktop.
Updates exif Headline attribute to match filebasename
for I in *.jpg ; do exiftool -overwrite_original -Headline=`basename $I .jpg` $I ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment