gpt4 book ai didi

bash扩展变量的值以在另一个变量中使用

转载 作者:行者123 更新时间:2023-12-04 05:49:31 25 4
gpt4 key购买 nike

我希望这个问题是有道理的,我想做这样的事情:

a=test
b=a
echo ${$b} # should echo test

基本上我想要 $b扩展到值 a并让 bash 回显变量 $a 的值(因为 ${a}test )。

我应该使用什么语法?

最佳答案

a=test
b=a
echo ${!b} # does echo test

关于bash扩展变量的值以在另一个变量中使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10245059/

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