Created
August 5, 2017 01:43
-
-
Save samstewart/6bb6f1d9207c728a7b37dd6a712c22ed to your computer and use it in GitHub Desktop.
organize photos by year and date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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