Shell really is a weird language sometimes… In the context of pasting urls (so yeah bad separation between nearly arbitrary data and program input, I should use wl-paste more):
- # which usually starts comments? Apparently needs a space before it, without one it's an argument.
- & which backgrounds the command? Doesn't needs a space.
- # which usually starts comments? Apparently needs a space before it, without one it's an argument.
- & which backgrounds the command? Doesn't needs a space.
1