Tuesday, July 22, 2014

gzip the file older than 10 days in linux

gzip the file older than 10 days in linux


 ------------gzip files older than 10 days-----------------
 ==========================================================
 /usr/bin/find /var/tmp/*.dbg -mtime +10 -exec gzip {} \;

No comments:

Post a Comment