|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: delete a fileby kyoshu (Curate) |
| on Jun 16, 2005 at 09:15 UTC ( #467218=note: print w/ replies, xml ) | Need Help?? |
|
you do not have the file on the system or you # mkdir dir # touch dir/file # ls dir/ file # perl -e 'unlink "dir/file" or die "failure\n";' # ls dir/ #
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||