Hacker News new | ask | show | jobs
by rgrau 1780 days ago
Even funnier when you realize bash and zsh do different things (by default) there.

   foo="ls -las"
   $foo
   "$foo"
for zsh to split words, `setopt SH_SPLIT_WORDS`.