gpt4 book ai didi

linux - 如何回显变量?

转载 作者:太空宇宙 更新时间:2023-11-04 04:36:40 24 4
gpt4 key购买 nike

我使用echo "smth $string" ,但我希望它会回显 $string,而不是变量。我该怎么做?

最佳答案

转义$:

echo "smth \$string"

或者可以使用单引号

echo 'smth $string'

关于linux - 如何回显变量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7746902/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com