add paste

This commit is contained in:
JMARyA 2024-02-03 23:11:37 +01:00
parent 817c9dd984
commit 530a957ea4
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View 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 |