Hacker News new | ask | show | jobs
by turtleman1338 1381 days ago
I could only get it work with bash, on zsh it does not work.
1 comments

Because zsh has usually the url-quote-magic feature enabled which automatically escapes all special characters typed or pasted if the current argument is identified as URL.
Most likely it escapes enough to prevent code execution, but last time I tried it didn't escape all special characters out of the box:

https://news.ycombinator.com/item?id=29071196

$ also gets escaped automatically for me if pasted