💠

💠 2024-05-01 14:34:46


Bash

  • 数组使用 字符串空格即是 list='a b c'; for i in $list; do echo $i; done

参考: bash实现“多进程”

Bash字符串操作

Bash