Skip to content

Instantly share code, notes, and snippets.

@doniz
Last active September 11, 2018 11:46
Show Gist options
  • Save doniz/7eff24a3ad994869765b98f95ee3d492 to your computer and use it in GitHub Desktop.
Save doniz/7eff24a3ad994869765b98f95ee3d492 to your computer and use it in GitHub Desktop.
find modfied files in unix
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