Description
zutils - Utilities for searching in bzip2, gzip, lzip, and xz archives
Property |
Value |
Distribution |
FreeBSD 11 |
Repository |
FreeBSD Ports Latest i386 |
Package filename |
zutils-1.8.txz |
Package name |
zutils |
Package version |
1.8 |
Package release |
- |
Package architecture |
i386 |
Package type |
txz |
Category |
archivers |
Homepage |
http://www.nongnu.org/zutils/zutils.html |
License |
GPLv2 |
Maintainer |
danilo@FreeBSD.org |
Download size |
73.56 KB |
Installed size |
299.33 KB |
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.
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.
Zupdate - Recompresses files to lzip format.
The supported compressors are bzip2, gzip, lzip, and xz.
WWW: http://www.nongnu.org/zutils/zutils.html
Alternatives
Requires
Download
Type |
URL |
Mirror |
pkg.freebsd.org |
Binary Package |
zutils-1.8.txz
|
Source Package |
archivers/zutils
|
Install Howto
Install zutils txz package:
# pkg install zutils
See Also