Created
August 7, 2018 03:39
-
-
Save Gocrazy/4d60bb30cb065a52b4c8d71ca5cf6bf4 to your computer and use it in GitHub Desktop.
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
# group file by date. | |
find . -name "*_result.png" -type f -printf '%TY-%Tm-%Td\n' | sort | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment