Created
September 19, 2018 09:30
-
-
Save phamquocbuu/67f8231dc19f0bb7635e4affd380a60b to your computer and use it in GitHub Desktop.
Count number of files in a folder per day
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
| find . -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