13 | | long_description \ |
14 | | moreutils includes the following utilities: \ |
15 | | - chronic: runs a command quietly unless it fails, \ |
16 | | - combine: combine the lines in two files using boolean operations, \ |
17 | | - ifne: run a program if the standard input is not empty, \ |
18 | | - isutf8: check if a file or standard input is utf-8, \ |
19 | | - lckdo: run a program with a lock held. \ |
20 | | - mispipe: pipe two commands, returning the exit status of the first, \ |
21 | | - parallel: run multiple jobs at once, \ |
22 | | - pee: tee standard input to pipes, \ |
23 | | - sponge: soak up standard input and write to a file, \ |
24 | | - ts: timestamp standard input, \ |
25 | | - vidir: edit a directory in your text editor, \ |
26 | | - vipe: insert a text editor into a pipe, \ |
27 | | - zrun: automatically uncompress arguments to command. |
| 13 | long_description {moreutils includes the following utilities: |
| 14 | - chronic: runs a command quietly unless it fails, |
| 15 | - combine: combine the lines in two files using boolean operations, |
| 16 | - ifne: run a program if the standard input is not empty, |
| 17 | - isutf8: check if a file or standard input is utf-8, |
| 18 | - lckdo: run a program with a lock held. |
| 19 | - mispipe: pipe two commands, returning the exit status of the first, |
| 20 | - parallel: run multiple jobs at once, |
| 21 | - pee: tee standard input to pipes, |
| 22 | - sponge: soak up standard input and write to a file, |
| 23 | - ts: timestamp standard input, |
| 24 | - vidir: edit a directory in your text editor, |
| 25 | - vipe: insert a text editor into a pipe, |
| 26 | - zrun: automatically uncompress arguments to command.} |