Skip to content

Instantly share code, notes, and snippets.

@michaweber
Created June 8, 2015 08:31
Show Gist options
  • Save michaweber/7b4408e19ff5820544d9 to your computer and use it in GitHub Desktop.
Save michaweber/7b4408e19ff5820544d9 to your computer and use it in GitHub Desktop.
for i in `find . -type f|grep "IMGP"`;do mdls -name kMDItemFocalLength $i >> ~/Desktop/apertures.txt;done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment