Closed MaxMargolis closed 6 years ago
I'm trying to delete a file that has parentheses in the filename. I get the following error: syntax error near unexpected token `(' Any suggestions? Thanks!
Which OS/shell are you using, and have you tried escaping that character, as it is usually shell-special?
thanks for your follow up! yeah, I sorted it out with some quotes.
I'm trying to delete a file that has parentheses in the filename. I get the following error: syntax error near unexpected token `(' Any suggestions? Thanks!