04/03/11 07:16 find . -maxdepth 1 -type f -mtime +60 -exec gzip -v9 {} \; # gzip files in the current directory that are more than 60 days old. |
04/03/11 07:16 find . -maxdepth 1 -type f -mtime +60 -exec gzip -v9 {} \; # gzip files in the current directory that are more than 60 days old. |