I have a script whose output is as below:
(我有一个脚本,其输出如下:)
declare -a Pool=(Finland Tucson Vancouver) declare -a Library=(lib1 lib2 lib3) declare -a Name=(Guru Albert Jeff) declare -a Email=("[email protected],[email protected]" [email protected] [email protected])
I want to use this output in another script which will use these arrays as inputs.
(我想在另一个将这些数组用作输入的脚本中使用此输出。)
2.1m questions
2.1m answers
60 comments
57.0k users