Skip to content

Instantly share code, notes, and snippets.

@yashk
Created August 8, 2011 19:48
Show Gist options
  • Save yashk/1132548 to your computer and use it in GitHub Desktop.
Save yashk/1132548 to your computer and use it in GitHub Desktop.
zip file older than n days
-ctime The time the file's status last changed -- in number of days.
find . -ctime 2 | zip ~/5_aug_ccfLogs.zip -@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment