Frustrated by ssh
smashing together its command arguments so that you can’t get whitespace through the command.
> ssh user@host bash -cx "printf \$'>%s<\\n' 'a b c'"
+ printf
printf: usage: printf [-v var] format [arguments]
Music-obsessed software geek. One of Breakmaster Cylinder’s Internet weirdos. He/him.
Frustrated by ssh
smashing together its command arguments so that you can’t get whitespace through the command.
> ssh user@host bash -cx "printf \$'>%s<\\n' 'a b c'"
+ printf
printf: usage: printf [-v var] format [arguments]