diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-09 04:37:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-12-09 04:37:50 +0000 |
commit | 785682065c25d6006c9196b7ccf0ba1c3bfd20e4 (patch) | |
tree | 29efb1a137901fb4334b8f9641a84d54d758ed3c /README | |
parent | Releasing debian version 1.13-3. (diff) | |
download | zutils-785682065c25d6006c9196b7ccf0ba1c3bfd20e4.tar.xz zutils-785682065c25d6006c9196b7ccf0ba1c3bfd20e4.zip |
Merging upstream version 1.14~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,5 @@ +See the file INSTALL for compilation and installation instructions. + Description Zutils is a collection of utilities able to process any combination of @@ -8,8 +10,8 @@ created. Data format is detected by its identifier string (magic bytes), not by the file name extension. Empty files are considered uncompressed. These utilities are not wrapper scripts but safer and more efficient C++ -programs. In particular the option '--recursive' is very efficient in -those utilities supporting it. +programs. In particular the option '--recursive' is efficient in those +utilities supporting it. The utilities provided are zcat, zcmp, zdiff, zgrep, ztest, and zupdate. The formats supported are bzip2, gzip, lzip, xz, and zstd. @@ -39,6 +41,9 @@ LANGUAGE NOTE: Uncompressed = not compressed = plain data; it may never have been compressed. Decompressed is used to refer to data which have undergone the process of decompression. +Zutils uses Arg_parser for command-line argument parsing: +http://www.nongnu.org/arg-parser/arg_parser.html + Copyright (C) 2009-2024 Antonio Diaz Diaz. |