fix cleanup on error
[moreutils.git] / README
blob6a100993aab1cd8ce3a5ba5be9f81b9063270486
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 chronic: runs a command quietly unless it fails
5 combine: combine the lines in two files using boolean operations
6 ifdata: get network interface info without parsing ifconfig output
7 isutf8: check if a file or standard input is utf-8
8 ifne: run a command if the standard input is not empty
9 lckdo: execute a program with a lock held (deprecated)
10 mispipe: pipe two commands, returning the exit status of the first
11 parallel: run multiple jobs at once
12 pee: tee standard input to pipes
13 sponge: soak up standard input and write to a file
14 ts: timestamp standard input
15 vidir: edit a directory in your text editor
16 vipe: insert a text editor into a pipe
17 zrun: automatically uncompress arguments to command
19 Its web page is here: http://kitenet.net/~joey/code/moreutils/
21 Your suggestions of additional tools to add to this collection are
22 appreciated. The web page lists some that are under consideration but
23 have not yet been included, I also welcome feedback on which of these to
24 include.
26 -- Joey Hess <joey@kitenet.net>