in reply to Re: A bug in PERL or a bug in the server?
in thread A bug in PERL or a bug in the server?
Anyway, to help you clean up what you've created, try to capture the directory name with a glob from the shell, like ls *dirname* to see if it will list it, then rm -ri *dirname* to delete it (substituting whatever glob you use to find the directory, naturally).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: A bug in PERL or a bug in the server?
by rdw (Curate) on Nov 20, 2000 at 20:06 UTC |