gpt4 book ai didi

linux - 如何在 echo 中使用双 $

转载 作者:IT王子 更新时间:2023-10-29 00:13:27 26 4
gpt4 key购买 nike

[sudhir.tataraju.WBLL0717E4418] ➤ cat test.sh

#!bin/bash

i=2

value2=abc

echo "`$value$i`"

输出:

[sudhir.tataraju.WBLL0717E4418] ➤ sh test.sh
test.sh: line 8: 2: command not found

调试输出:

[sudhir.tataraju.WBLL0717E4418] ➤ sh -x test.sh
+ i=2
+ value2=abc
++ 2
test.sh: line 8: 2: command not found
+ echo ''

如何不报错得到输出abc

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