At 11:32 AM 5/16/01 -0600, Scott Burks wrote:
>I have a script that has the following two lines:
>
>system("echo find /OPERATIONS/system_cleanup/logs -name \"'log.*'\"
>-mtime +30 -exec rm {} '\\;' '>> $log_file 2>&1'");
>
>system("find /OPERATIONS/system_cleanup/logs -name \"'log.*'\" -mtime
>+30
I have a script that has the following two lines:
system("echo find /OPERATIONS/system_cleanup/logs -name \"'log.*'\"
-mtime +30 -exec rm {} '\\;' '>> $log_file 2>&1'");
system("find /OPERATIONS/system_cleanup/logs -name \"'log.*'\" -mtime
+30 -exec rm {} '\\;' '>> $log_file 2>&1'");
The first