[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] dir with ( )
- Subject: Re: [cobalt-users] dir with ( )
- From: flash22@xxxxxxx
- Date: Sun Nov 26 15:25:33 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 22 Nov 2000, shawn wrote:
> Hello,
>
> I have a dir with ( ) around the name, and my RaQ2 will not let me
> delete the directory. I have tried:
>
> [root@ images]# rm -f (ADVERTISERS)
> sh: syntax error near unexpected token `(A'
use the tab key , it will add the necessary quotes...or just use the
quotes to start with , eg
rm "(ADVERTISERS)"
alternatly,
rm \(ADVERTISERS\)