knowledge/technology/applications/cli/paste.md

16 lines
510 B
Markdown
Raw Normal View History

2024-02-03 22:11:37 +00:00
---
obj: application
2024-03-08 21:53:45 +00:00
rev: 2024-02-03
2024-02-03 22:11:37 +00:00
---
# 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 |