CURL requests fail when I give it URLs containing brackets (for example, in the Wikipedia link below).
sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `curl -g --silent --max-time 5 --location http:
I looked through the manual pages, but I could not find anything suitable. Is there any way around this?
source share