Skip to content

Instantly share code, notes, and snippets.

@kimpham54
Last active August 29, 2015 14:06
Show Gist options
  • Save kimpham54/5e6b74750b311b107aef to your computer and use it in GitHub Desktop.
Save kimpham54/5e6b74750b311b107aef to your computer and use it in GitHub Desktop.
for dir in /pathto/imagefolder/*/*; do (cd "$dir" && pwd && identify *.tif); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment