[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] dir with ( )



> 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