Skip to content

Instantly share code, notes, and snippets.

@mrnejc
Created September 6, 2012 12:27
Show Gist options
  • Save mrnejc/3655748 to your computer and use it in GitHub Desktop.
Save mrnejc/3655748 to your computer and use it in GitHub Desktop.
find files before certain date
$ touch -t [[CC]YY]MMDDhhmm[.ss] ~/date
$ find /here/be/path/to/search ! -newer ~/date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment