I'd like to pass a string that contains brackets '(' as a command line argument to a script, like e.g.
But there's a bash error:
bash: syntax error near unexpected token `('
I know that I can use '\(', but this can become quite cumbersome when using many brackets. Is there a better way?