1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

paste: move backtick

This commit is contained in:
Piotr Kwiecinski 2023-03-27 11:41:08 +02:00
parent 07c0d9cad9
commit d81ce37a4d

View file

@ -5,4 +5,4 @@ paste [OPTIONS] [FILE]...
```
Write lines consisting of the sequentially corresponding lines from each
`FILE`, separated by `TABs`, to standard output.
`FILE`, separated by `TAB`s, to standard output.