Re: Unlink question

2005-03-01 Thread JupiterHost.Net
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

Re: Unlink question

2005-03-01 Thread Robert
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

Re: Unlink question

2005-03-01 Thread JupiterHost.Net
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

Re: Unlink question

2005-02-28 Thread Robert
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

Re: Unlink question

2005-02-28 Thread Wiggins d'Anconia
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

Re: Unlink question

2005-02-28 Thread JupiterHost.Net
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