summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-04-02 22:32:24 +0000
committerjoeyh <joeyh>2006-04-02 22:32:24 +0000
commit830a7b56d7c03e6819e2ccdd65b5015a2606ebd1 (patch)
treebc3f9289a4a439c666b99d34ef2dd98259b64958 /README
parent64f0d162b040d66fd21c4ec8c7b5e9792866febc (diff)
downloadmoreutils-830a7b56d7c03e6819e2ccdd65b5015a2606ebd1.tar.gz
* ifdata: patch from Adam Lackorzynski to translate French error messages
to English and to convert some #defines to enums. * ifdata: patch from Adam Lackorzynski to avoid printing info for bogus interface. Closes: #360433 * Add zrun, contributed by Chung-chieh Shan (you might prefer to alias it to "z").
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 2 insertions, 7 deletions
diff --git a/README b/README
index 1f6c287..6cd29f3 100644
--- a/README
+++ b/README
@@ -17,7 +17,8 @@ ifdata
get network interface info without parsing ifconfig output
pee
tee standard input to pipes
-
+zrun
+ automatically uncompress arguments to command
Your suggestions of additional tools to add to this collection are
apprecitated. Here are some that are under consideration but have not yet
@@ -29,12 +30,6 @@ mime
(More useful than file(1) in many cases but would add a lot of
gnome libraries to the package's dependency chain.)
-z
- makes another program understand compressed files
- ex: z zxgv file.bmp.gz
-
- (Dare I take the "z" name?)
-
tmp
puts stdin into a temp file and passes it to the specified program
ex: zcat file.bmp.gz | tmp zxgv