Created
September 19, 2019 02:53
-
-
Save dvanic/1b021d6a371d82710efc2ca8a1ac682b to your computer and use it in GitHub Desktop.
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
# https://stackoverflow.com/questions/158044/how-to-use-find-to-search-for-files-created-on-a-specific-date | |
# files created on June 7th | |
find . -type f -newermt 2007-06-07 ! -newermt 2007-06-08 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment