Skip to content

Instantly share code, notes, and snippets.

@naveensrinivasan
Created July 31, 2013 19:55
Show Gist options
  • Save naveensrinivasan/6125554 to your computer and use it in GitHub Desktop.
Save naveensrinivasan/6125554 to your computer and use it in GitHub Desktop.
Finds the keep files within a given date range.
find -type f -name "*.keep" -newermt 2013-05-10 ! -newermt 2013-05-19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment