Skip to content

Instantly share code, notes, and snippets.

@gnthibault
Created November 14, 2021 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnthibault/9b7192f4c9902342ae90ed41b49f4716 to your computer and use it in GitHub Desktop.
Save gnthibault/9b7192f4c9902342ae90ed41b49f4716 to your computer and use it in GitHub Desktop.
Find all files recursively that have been modified after a certain date
# From https://stackoverflow.com/questions/848293/shell-script-get-all-files-modified-after-date
find . -newermt '2021-11-14T23:00:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment