Skip to content

Instantly share code, notes, and snippets.

@jgwhite
Created March 8, 2011 13:59
Show Gist options
  • Select an option

  • Save jgwhite/860281 to your computer and use it in GitHub Desktop.

Select an option

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