Skip to content

Instantly share code, notes, and snippets.

@samstewart
Created August 5, 2017 01:43
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 samstewart/6bb6f1d9207c728a7b37dd6a712c22ed to your computer and use it in GitHub Desktop.
Save samstewart/6bb6f1d9207c728a7b37dd6a712c22ed to your computer and use it in GitHub Desktop.
organize photos by year and date
stat -f "%Sc" . | awk '// { print $4"/"$1 }' | xargs -I{} mkdir -p "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment