Skip to content

Instantly share code, notes, and snippets.

@aboettger
Created January 9, 2015 10:27
Show Gist options
  • Save aboettger/2c9f48a5e9d51d1207b9 to your computer and use it in GitHub Desktop.
Save aboettger/2c9f48a5e9d51d1207b9 to your computer and use it in GitHub Desktop.
find files between specific times
find . -newermt "2015-01-08 17:00:00" ! -newermt "2015-01-08 19:00:00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment