Forum: Perl Jul 30th, 2009 |
| Replies: 1 Views: 441 As in the response to your hijack post in the other thread
$ENV{PATH} |
Forum: Perl Nov 29th, 2007 |
| Replies: 7 Views: 1,296 Oh, I just noticed too, that I accidentally inserted a \ in front of the first paren.
Although, to tell you the truth, I don't know if yours is truely measurably more effecient (unless the string... |
Forum: Perl Nov 29th, 2007 |
| Replies: 7 Views: 1,296 |
Forum: Perl Apr 19th, 2007 |
| Replies: 13 Views: 6,353 Well, you can remove files and directories from your path with a single find command as follows:
find /path/to/backup/root -mtime 4 -exec rm -f {} \;
If you also want a list of files deleted in... |