diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:12:41 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:12:41 +0000 |
commit | b1a0f85fe3a832e8b91ef367399cd76632d633f4 (patch) | |
tree | 3fcdbbc4f8b21f1a1f518321828bf456ca6e8601 /README | |
parent | Adding upstream version 0.6. (diff) | |
download | zutils-b1a0f85fe3a832e8b91ef367399cd76632d633f4.tar.xz zutils-b1a0f85fe3a832e8b91ef367399cd76632d633f4.zip |
Adding upstream version 0.7.upstream/0.7
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,10 +2,10 @@ Description Zutils is a collection of utilities for dealing with any combination of compressed and non-compressed files transparently. The supported -compressors are gzip, bzip2, lzip and xz. +compressors are bzip2, gzip, lzip and xz. -The currently provided utilities are zcat, zcmp, zdiff, zegrep, zfgrep -and zgrep. +The currently provided utilities are zcat, zcmp, zdiff, zegrep, zfgrep, +zgrep and ztest. Copyright (C) 2009 Antonio Diaz Diaz. |