gpt4 book ai didi

bash - 如何在 bash 数组中存储多行输出?

转载 作者:行者123 更新时间:2023-11-29 09:03:58 25 4
gpt4 key购买 nike

我有一个选择语句

sqlplus [credentials] select variable from table;

它返回 6 行,我需要将它们作为数组存储在 bash 数组变量中。

最佳答案

array=(`sqlplus [credentials] select variable from table;`)
echo ${array[*]}

关于bash - 如何在 bash 数组中存储多行输出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6848791/

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