Zutils
Zutils
http://www.nongnu.org/zutils/zutils.html
a collection of utilities for dealing with zipped and unzipped files transparently.
Zutils is a collection of utilities able to deal with any combination of compressed and non-compressed files transparently. If any given file, including standard input, is compressed, its decompressed content is used. Compressed files are decompressed on the fly; no temporary files are created. These utilities are not wrapper scripts but safer and more efficient C++ programs. In particular the "--recursive" option is very efficient in those utilities supporting it.
The provided utilities are:
- Zcat
- Decompresses and copies files to standard output.
- Zcmp
- Decompresses and compares two files byte by byte.
- Zdiff
- Decompresses and compares two files line by line.
- Zgrep
- Decompresses and searches files for a regular expression.
- Ztest
- Tests integrity of compressed files.
Documentation
* Online manual
Download
http://download.savannah.gnu.org/releases/zutils/zutils-1.0-rc1.tar.gz
version 1.0 rc1
(developmental)
released on 18 January 2012
User level
Intermediate
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Antonio Diaz Diaz | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Bug tracking mailing list | Bug Tracking | http://lists.nongnu.org/mailman/listinfo/zutils-bug |
Debian (Ref) | https://tracker.debian.org/pkg/zutils | |
Savannah (Ref) | https://savannah.nongnu.org/projects/zutils | |
Python (Ref) | https://pypi.org/project/zutils |
Software prerequisites
This entry (in part or in whole) was last reviewed on 13 April 2018.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.