Zipping Files Recursively
I need to recursively read through a directory and then zip all the files older than 3 months. All the files have to be zipped seperately. for file in `find . -ctime +90 -print`
TMOWTDI
How to zip only unzipped files in a directory.
I have a directory in which there are both zipped and unzipped files. I
want to pick up only unzipped files and then zip them.
Just zip all the files in that directory, those file already
ziped nothing happen, those file not zip will zip up now.
Have a Unix Problem
Return to : - Unix System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|