Difference between revisions of "Zutils"
| Line 2: | Line 2: | ||
|Name=Zutils | |Name=Zutils | ||
|Short description=a collection of utilities for dealing with zipped and unzipped files transparently. | |Short description=a collection of utilities for dealing with zipped and unzipped files transparently. | ||
| − | |Full description= | + | |Full description=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. | ||
| + | |||
|Homepage URL=http://www.nongnu.org/zutils/zutils.html | |Homepage URL=http://www.nongnu.org/zutils/zutils.html | ||
| − | | | + | |Is GNU=No |
| + | |User level=intermediate | ||
|Computer languages=Shell script | |Computer languages=Shell script | ||
|Documentation note= | |Documentation note= | ||
| − | + | * [http://www.nongnu.org/zutils/manual/zutils_manual.html Online manual] | |
| − | + | ||
| − | + | ||
| − | + | ||
|Related projects=Lzip,Lzlib | |Related projects=Lzip,Lzlib | ||
|Keywords=utility,tar,zip,tar.gz,tar.bz2,utilities,zip file,zip/unzip,tarball | |Keywords=utility,tar,zip,tar.gz,tar.bz2,utilities,zip file,zip/unzip,tarball | ||
| − | | | + | |Version identifier=1.0 rc1 |
| − | |Last review by= | + | |Version date=2012/01/18 |
| − | |Last review date= | + | |Version status=developmental |
| + | |Version download=http://download.savannah.gnu.org/releases/zutils/zutils-1.0-rc1.tar.gz | ||
| + | |Last review by=Jgay | ||
| + | |Last review date=2012/03/19 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
| − | |||
| − | |||
| − | |||
| − | |||
|License verified date=2009-10-22 | |License verified date=2009-10-22 | ||
| − | | | + | }} |
| + | {{Project license | ||
| + | |License=GPLv3orlater | ||
| + | |License verified by=Jgay | ||
| + | |License verified date=2009-10-22 | ||
}} | }} | ||
{{Person | {{Person | ||
| − | |||
|Real name=Antonio Diaz Diaz | |Real name=Antonio Diaz Diaz | ||
| + | |Role=Maintainer | ||
|Email=ant_diaz@teleline.es | |Email=ant_diaz@teleline.es | ||
| − | |||
}} | }} | ||
{{Resource | {{Resource | ||
| Line 40: | Line 46: | ||
}} | }} | ||
{{Software category | {{Software category | ||
| − | |Interface=command-line,file-manager | + | |Interface=command-line, file-manager |
|Use=interface | |Use=interface | ||
}} | }} | ||
| − | {{ | + | {{Featured}} |
| − | + | ||
| − | + | ||
| − | + | ||
| − | }} | + | |
Revision as of 14:24, 19 March 2012
Zutils
http://www.nongnu.org/zutils/zutils.html
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
Related Projects
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv3orlater | Jgay | 22 October 2009 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Bug tracking mailing list | Bug Tracking | http://lists.nongnu.org/mailman/listinfo/zutils-bug |
Software prerequisites
This entry (in part or in whole) was last reviewed on 19 March 2012.
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 described in this text has its own copyright notice and license, which can usually be found in the distribution itself.