Last active
July 16, 2019 09:58
-
-
Save ml-eds/1b71a90d82677f9a5b851a68944d6102 to your computer and use it in GitHub Desktop.
Shell: Find files modified after a certain time
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 -newermt '7/14/2019 16:00:00' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment