我正在尝试命令
$ b=5; echo `$b`; -bash: 5: command not found
但它没有像预期的那样打印 5。我在这里缺少什么?
`(反引号/反引号)在命令中是什么意思?似乎说`评估其中的命令并用输出替换它们。
`
shell bash command-substitution
bash ×1
command-substitution ×1
shell ×1