diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:17 +0000 |
commit | 8e7d86c466470db9ed54f711046d5e96d3f6ee5a (patch) | |
tree | 10d31ee9b2f6731aa0abadd8ce54bf988befbf71 /README | |
parent | Adding debian version 1.0~rc7-2. (diff) | |
download | zutils-8e7d86c466470db9ed54f711046d5e96d3f6ee5a.tar.xz zutils-8e7d86c466470db9ed54f711046d5e96d3f6ee5a.zip |
Merging upstream version 1.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ The supported formats are bzip2, gzip, lzip and xz. Zcat, zcmp, zdiff, and zgrep are improved replacements for the shell scripts provided with GNU gzip. Ztest is unique to zutils. +NOTE: Bzip2 and lzip provide well-defined values of exit status, which +makes them safe to use with zutils. Gzip and xz may return ambiguous +warning values, making them less reliable backends for zutils. + Copyright (C) 2009, 2010, 2011, 2012, 2013 Antonio Diaz Diaz. |