1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/archivers/zutils/pkg-descr
Danilo Egea Gondolfo ceb2182539 - Fix LICENSE and pkg-descr
Requested by:	Antonio Diaz <antonio@gnu.org>
2015-06-16 19:10:00 +00:00

18 lines
758 B
Plaintext

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