Hi,
I am in the process of compressing some files regularly under a certain folder. I want to use pkzip utility to achive this. I did write the script to just cd to the folder and run pkzip with a wildcard ("*"). Is there any way I could do a "find" on the folder and loop through that and run pkzip on each files individually so that it won't touch the new files created.
Thanks,
dbadmin
I am in the process of compressing some files regularly under a certain folder. I want to use pkzip utility to achive this. I did write the script to just cd to the folder and run pkzip with a wildcard ("*"). Is there any way I could do a "find" on the folder and loop through that and run pkzip on each files individually so that it won't touch the new files created.
Thanks,
dbadmin