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