How to rename dir under Mac (10.6.4) via super user?
Posted
by
user56990
on Super User
See other posts from Super User
or by user56990
Published on 2010-11-26T21:07:24Z
Indexed on
2010/12/22
10:56 UTC
Read the original article
Hit count: 302
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.
© Super User or respective owner