This is my directory 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 the error message
-bash: syntax error near unexpected token `('
How can I either rename the directory so that the error message would not show up, or delete the directory right away omitting the renaming procedure?
