`
gelongmei
  • 浏览: 213174 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论

shell 数组

阅读更多
数组的基本赋值
arr=(a b c)
arr[index]=a
  2.常用的两个方法

str=${arr[@]}(数组转化成字符串)
len=${#arr
  • }(数组长度)
  •      3.遍历数组的方法

         
    https://www.cnblogs.com/dmir/p/6403904.html
    分享到:
    评论

    相关推荐

    Global site tag (gtag.js) - Google Analytics