命令
echo `echo \\\\\\\z`
来自这本书,我不明白为什么它会打印
\\z
当它通过 bash 脚本执行时。
我认为它应该打印
\\\z
shell bash quoting command-substitution
bash ×1
command-substitution ×1
quoting ×1
shell ×1