Skip to content

Instantly share code, notes, and snippets.

@Gocrazy
Created August 7, 2018 03:39
Show Gist options
  • Save Gocrazy/4d60bb30cb065a52b4c8d71ca5cf6bf4 to your computer and use it in GitHub Desktop.
Save Gocrazy/4d60bb30cb065a52b4c8d71ca5cf6bf4 to your computer and use it in GitHub Desktop.
# 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