Robert wrote:
On 3/1/05 9:18 AM, in article [EMAIL PROTECTED],
"JupiterHost.Net" <[EMAIL PROTECTED]> wrote:
perldoc -f unlink
Note: "unlink" will not delete directories unless you are superuser and
the -U flag is supplied to Perl.
Have you actually done that? Normally, I do go by perldoc but in
On 3/1/05 9:18 AM, in article [EMAIL PROTECTED],
"JupiterHost.Net" <[EMAIL PROTECTED]> wrote:
>
>>> perldoc -f unlink
>>>
>>> Note: "unlink" will not delete directories unless you are superuser and
>>> the -U flag is supplied to Perl.
>>
>>
>> Have you actually done that? Normally, I do go by
perldoc -f unlink
Note: "unlink" will not delete directories unless you are superuser and
the -U flag is supplied to Perl.
Have you actually done that? Normally, I do go by perldoc but in this case,
Yes, that is where I got the info about removing a directpry which is
what you asked about.
for
On 2/28/05 7:15 PM, in article [EMAIL PROTECTED],
"JupiterHost.Net" <[EMAIL PROTECTED]> wrote:
>
>
> Robert wrote:
>> I know the directory where the files I want to delete are stored. I know the
>> files all look like "msqupd.log.somenumber", I have tried a few things to
>> pass the directory to
JupiterHost.Net wrote:
Robert wrote:
I know the directory where the files I want to delete are stored. I
know the
files all look like "msqupd.log.somenumber", I have tried a few things to
pass the directory to unlink without success. The directory does have a
space in it (I am not sure if that ma
Robert wrote:
I know the directory where the files I want to delete are stored. I know the
files all look like "msqupd.log.somenumber", I have tried a few things to
pass the directory to unlink without success. The directory does have a
space in it (I am not sure if that matters).
I have had succe