* Add missing \n to sponge usage. Closes: #383944
[moreutils.git] / README
blob47a77be64908f0f8adb2ee830294bd4bce6e63b1
1 This is a collection of the unix tools that nobody thought to write
2 thirty years ago. Currently it consists of these tools:
4 isutf8
5         check if a file or standard input is utf-8
6 sponge
7         soak up standard input and write to a file
8 ts
9         timestamp standard input
10 vidir
11         edit a directory in your text editor
12 vipe
13         insert a text editor into a pipe
14 combine
15         combine the lines in two files using boolean operations
16 ifdata
17         get network interface info without parsing ifconfig output
18 pee
19         tee standard input to pipes
20 zrun
21         automatically uncompress arguments to command
24 Its web page is here: http://kitenet.net/~joey/code/moreutils.html
26 Your suggestions of additional tools to add to this collection are
27 apprecitated. The web page lists some that are under consideration but
28 have not yet been included, I also welcome feedback on which of these to
29 include.
31 -- Joey Hess <joey@kitenet.net>