Skip to content
kcp edited this page Jul 13, 2020 · 2 revisions

title: Bash date: 2018-12-15 12:10:18 tags: - Shell categories: - Linux

目录 start

  1. Bash

目录 end|2020-04-27 23:42|


Bash

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

参考: bash实现“多进程”

Bash字符串操作

Summary

Clone this wiki locally