Add missing AUTHOR section to docbook man pages.
[moreutils.git] / README
blob2ad29e4b9a318feb26e69881b1ba2920785bbb52
1 This is a collection of the unix tools that nobody thought to write
2 long ago, when unix was young. Currently it consists of these tools:
4 combine
5         combine the lines in two files using boolean operations
6 ifdata
7         get network interface info without parsing ifconfig output
8 isutf8
9         check if a file or standard input is utf-8
10 ifne
11         run a command if the standard input is not empty
12 lckdo
13         execute a program with a lock held (deprecated)
14 mispipe
15         pipe two commands, returning the exit status of the first
16 parallel
17         run multiple jobs at once
18 pee
19         tee standard input to pipes
20 sponge
21         soak up standard input and write to a file
23         timestamp standard input
24 vidir
25         edit a directory in your text editor
26 vipe
27         insert a text editor into a pipe
28 zrun
29         automatically uncompress arguments to command
31 Its web page is here: http://kitenet.net/~joey/code/moreutils.html
33 Your suggestions of additional tools to add to this collection are
34 appreciated. The web page lists some that are under consideration but
35 have not yet been included, I also welcome feedback on which of these to
36 include.
38 -- Joey Hess <joey@kitenet.net>