Bash中的一些常用的数组相关的特殊语法(array syntax)
摘要:
如下: ${arr[@]:s:n} Retrieve n elements starting at index s 参考资料 You don't know Bash: An introduction to Bash arrays https://opensource.com/article/18/5 阅读全文
posted @ 2020-12-15 00:48 中道学友 阅读(260) 评论(0) 推荐(1)