mirror of
https://github.com/Estom/notes.git
synced 2026-04-13 17:29:49 +08:00
linux 命令和教程补充
This commit is contained in:
27
Linux/command/paste.md
Normal file
27
Linux/command/paste.md
Normal file
@@ -0,0 +1,27 @@
|
||||
paste
|
||||
===
|
||||
|
||||
将多个文件按列队列合并
|
||||
|
||||
## 补充说明
|
||||
|
||||
**paste命令** 用于将多个文件按照列队列进行合并。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
paste(选项)(参数)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-d<间隔字符>或--delimiters=<间隔字符>:用指定的间隔字符取代跳格字符;
|
||||
-s或——serial串列进行而非平行处理。
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
文件列表:指定需要合并的文件列表。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user