Skip to content

Instantly share code, notes, and snippets.

@jasonehines
Last active March 5, 2016 22:02
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 jasonehines/feb7906a8345051d906d to your computer and use it in GitHub Desktop.
Save jasonehines/feb7906a8345051d906d to your computer and use it in GitHub Desktop.
find file in current directory between two dates
find . -newermt "2016-03-02 11:00:00" ! -newermt "2016-03-02 11:45:00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment