Update sysutils/moreutils to version 0.53_1
[dports.git] / sysutils / moreutils / pkg-descr
1 This is a collection of the unix tools that nobody thought to write long ago,
2 when unix was young.
3
4 Currently it consists of these tools:
5 - chronic: runs a command quietly unless it fails
6 - combine: combine the lines in two files using boolean operations
7 - errno: look up errno names and descriptions
8 - ifdata: get network interface info without parsing ifconfig output
9 - ifne: run a command if the standard input is not empty
10 - isutf8: check if a file or standard input is utf-8
11 - lckdo: execute a program with a lock held (deprecated)
12 - mispipe: pipe two commands, returning the exit status of the first
13 - parallel: run multiple jobs at once
14 - pee: tee standard input to pipes
15 - sponge: soak up standard input and write to a file
16 - ts: timestamp standard input
17 - vidir: edit a directory in your text editor
18 - vipe: insert a text editor into a pipe
19 - zrun: automatically uncompress arguments to command
20
21 Note that parallel and ts utilities are installed with "moreutils-" prefix.
22
23 WWW: http://joeyh.name/code/moreutils/