Is there any quick way to delete a whole bunch of subdirectories that are older than a week on a weekly basis?
Shell script or Perl?
Qingbo
Printable View
Is there any quick way to delete a whole bunch of subdirectories that are older than a week on a weekly basis?
Shell script or Perl?
Qingbo
Write a shell script that would awk the date and check to make sure that the date that you are looking for and then do rm -rf directory
Sam