Skip to content

Instantly share code, notes, and snippets.

@ml-eds
Last active July 16, 2019 09:58
Show Gist options
  • Save ml-eds/1b71a90d82677f9a5b851a68944d6102 to your computer and use it in GitHub Desktop.
Save ml-eds/1b71a90d82677f9a5b851a68944d6102 to your computer and use it in GitHub Desktop.
Shell: Find files modified after a certain time
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