shell mapfile
141浏览 · 2023-08-31 14:25:56
### 回答1:
`mapfile` 是一个 Bash shell 内建命令,用于将输入数据的每一行存储到一个数组中。常用的语法格式为:
mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c quantum] [array]