Skip to content

Instantly share code, notes, and snippets.

@dvanic
Created September 19, 2019 02:53
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 dvanic/1b021d6a371d82710efc2ca8a1ac682b to your computer and use it in GitHub Desktop.
Save dvanic/1b021d6a371d82710efc2ca8a1ac682b to your computer and use it in GitHub Desktop.
# 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