[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] dir with ( )
- Subject: Re: [cobalt-users] dir with ( )
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Wed Nov 22 12:29:42 2000
- Organization: Pomfret Computer Technologies
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> 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'
> [root@ images]# rm -fv (ADVERTISERS)
> sh: syntax error near unexpected token `(A'
> [root@ images]# rm -fvi (ADVERTISERS)
> sh: syntax error near unexpected token `(A'
> [root@ images]# rm -Rf (ADVERTISERS)
> sh: syntax error near unexpected token `(A'
> [root@ images]#
>
> But this isnt working, I have searched the archives, but found no
> relative information. Any help would be appreciated. Thanks
>
> Shawn
Try:
rm "(ADVERTISERS)"
--
Brian Curtis