From 530a957ea4f4af6becbd913bc8976d7b394956e3 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sat, 3 Feb 2024 23:11:37 +0100 Subject: [PATCH] add paste --- technology/applications/cli/paste.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 technology/applications/cli/paste.md diff --git a/technology/applications/cli/paste.md b/technology/applications/cli/paste.md new file mode 100644 index 0000000..f4a047a --- /dev/null +++ b/technology/applications/cli/paste.md @@ -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 |