shell里如何使用某个分割符连接数组、List等
方法
1.使用local
https://zaiste.net/how_to_join_elements_of_an_array_in_bash/
2.使用python
一般在linux系统里都自带python。使用高级语言写起来当然更爽。
例子
1 | !/bin/bash |
shell里如何使用某个分割符连接数组、List等
https://zaiste.net/how_to_join_elements_of_an_array_in_bash/
一般在linux系统里都自带python。使用高级语言写起来当然更爽。
1 | !/bin/bash |