Created
November 14, 2021 23:19
-
-
Save gnthibault/9b7192f4c9902342ae90ed41b49f4716 to your computer and use it in GitHub Desktop.
Find all files recursively that have been modified after a certain date
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
# 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