releasing version 0.4
[moreutils.git] / README
blob96c522296869498c0a58f47078f0d2e6e26b5dc8
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         edit a pipe using your text editor
14 and
15         print lines that are present in one file and another
16 not
17         print lines that are present in one file but not another
20 Your suggestions of additional tools to add to this collection are
21 apprecitated. Here are some that are under consideration but have not yet
22 been included, I also welcome feedback on which of these to include.
24 mime
25         determines the mime type of a file using the gnome mine database
27         (More useful than file(1) in many cases but would add a lot of
28         gnome libraries to the package's dependency chain.)
30 ifcfg
31         find ip address etc easily without complex grepping in ifconfig
32         http://edgard.dyn.fdn.fr/developpements/ifcfg.shtml
33         (Tarball link 404 when last checked.)
36         makes another program understand compressed files
37         ex: z zxgv file.bmp.gz
39         (Waiting for copyright from Chung-chieh Shan)
40         (Dare I take the "z" name?)
42 tmp
43         puts stdin into a temp file and passes it to the specified program
44         ex: zcat file.bmp.gz | tmp zxgv
46         (Waiting for copyright from Chung-chieh Shan)
47 add
48         adds up numbers from stdin
50         (Waiting for copyright from Chung-chieh Shan)
52 -- Joey Hess <joey@kitenet.net>