Created
August 8, 2011 19:48
-
-
Save yashk/1132548 to your computer and use it in GitHub Desktop.
zip file older than n days
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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