Skip to content

Instantly share code, notes, and snippets.

@campanalbero
Created August 23, 2016 17:27
Show Gist options
  • Save campanalbero/7192623c5646000bccc2efa84915517a to your computer and use it in GitHub Desktop.
Save campanalbero/7192623c5646000bccc2efa84915517a to your computer and use it in GitHub Desktop.
list=`ls`
for var in $list
do
echo $var
exiftool $var > ${var}.txt
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment