tribble:~> perl -E'say $ARGV[0]' "`/bin/echo -e 'foo\nbar'`" foo #### tribble:~> perl -E'say $ARGV[0]' "`/bin/echo -e \"foo\nbar\"`" Unmatched '`'.