[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How can we delete this? (RaQ2)
- Subject: Re: [cobalt-users] How can we delete this? (RaQ2)
- From: "dylan" <dylan@xxxxxxxxxxxxxx>
- Date: Sun Jun 25 22:11:53 2000
> Hi,
> In our /home/sites/ directory on one of the RaQ2's, there is a file that
> recently appeared (not sure how) that we would like to remove.
> -rw-r--r-- 1 root root 220 Jun 19 12:06 ??&??Q4
ahh the linux challenge!
have you tried rm ?<tab> to see if that negotiates a nice filename?
or maybe mv ?<tab> and try moving it to a temporary directory and rm -rf
the directory?
or rm *Q4
keep trying.. let us know how you go.
-Dylan