Skip to content

Instantly share code, notes, and snippets.

@benoitjpnet
Created October 1, 2012 13:34
Show Gist options
  • Save benoitjpnet/3811832 to your computer and use it in GitHub Desktop.
Save benoitjpnet/3811832 to your computer and use it in GitHub Desktop.
Useful commands
# Find files newert than (mtime) a precise date, and execute an action.
find . ! -newermt '2012-09-19 11:40:00' -exec cp {} /tmp/mails \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment