Skip to content

Instantly share code, notes, and snippets.

@phamquocbuu
Created September 19, 2018 09:30
Show Gist options
  • Select an option

  • Save phamquocbuu/67f8231dc19f0bb7635e4affd380a60b to your computer and use it in GitHub Desktop.

Select an option

Save phamquocbuu/67f8231dc19f0bb7635e4affd380a60b to your computer and use it in GitHub Desktop.
Count number of files in a folder per day
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