rrrrr has asked for the wisdom of the Perl Monks concerning the following question:
I need reason for Find Invalid switch error for the below code
#!/usr/bin/perl print("find /D/ARCHIVE/BIOS/PRTFILES -mtime +1 -exec rm -rf {} \\"); system("find /D/ARCHIVE/BIOS/PRTFILES -mtime +1 -exec rm -rf {} \\");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reason for Find invalid switch error
by choroba (Cardinal) on Sep 18, 2012 at 07:12 UTC | |
|
Re: Reason for Find invalid switch error
by Anonymous Monk on Sep 18, 2012 at 07:17 UTC |