I want to pass a string like
"('a','a');('a','!a');('a', '!d');('b', '!e');('c','a')"
from the command line. But i recieve an error:
-bash: syntax error near unexpected token '(\'
Is there a way, how i can avoid this without adding terminal symbols?(maybe specifieng a flag)
Also, putting \
befor brackets didn't help - which characters should i prefix with '\' in the string with no spaces?