shell中返回一个数组

2020-12-13 05:17

阅读:365

标签:bin   shel   --   shell   pre   eva   get   个数   val   

#!/bin/sh get_array() { a=123 b="123" c="abc" echo "$a \"$b\" $c" } echo \(`get_array`\) eval " tt=$(echo \( $(get_array) \) ) " echo "----XXX ${tt[0]}" echo "----XXX ${tt[1]}" echo "----XXX ${tt[2]}" echo "----XXX ${tt[3]}" echo "----XXX ${tt[4]}" echo "----XXX ${tt[5]}"

shell中返回一个数组

标签:bin   shel   --   shell   pre   eva   get   个数   val   

原文地址:https://blog.51cto.com/yaxinsn/2417303


评论


亲,登录后才可以留言!