add paste
This commit is contained in:
parent
817c9dd984
commit
530a957ea4
1 changed files with 14 additions and 0 deletions
14
technology/applications/cli/paste.md
Normal file
14
technology/applications/cli/paste.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
obj: application
|
||||
---
|
||||
|
||||
# paste
|
||||
merge lines of files
|
||||
Usage: `paste [OPTION]... [FILE]...`
|
||||
|
||||
## Options
|
||||
| Option | Description |
|
||||
| ----------------------- | ----------------------------------------------- |
|
||||
| `-d, --delimiters=LIST` | reuse characters from LIST instead of TABs |
|
||||
| `-s, --serial` | paste one file at a time instead of in parallel |
|
||||
| `-z, --zero-terminated` | line delimiter is NUL, not newline |
|
Loading…
Reference in a new issue