How to rename dir under Mac (10.6.4) via super user?
- by user56990
This is my dir list on my NFS:
macbook-pro-andrey-k:Download Andrey$
ls
1289816143_PL_t1181913
1289816171_PL_t1183807
1290117075_BFD_DVD02(Drums)
I can't delete "1290117075_BFD_DVD02(Drums)" using
sudo rm -Rf
1290117075_BFD_DVD02(Drums)
because I get error message
-bash: syntax error near unexpected
token `('
Hlp plz, how can I either rename the dir so that the error message would not show up or delete the dir right away omitting rename procedure?
Thank you.