1
0
Fork 0
Find a file
Daniel Baumann 1f8db4e4ed
Removing vcs fields.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-24 05:15:35 +01:00
debian Removing vcs fields. 2025-02-24 05:15:35 +01:00
doc Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
testsuite Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
arg_parser.cc Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
arg_parser.h Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
AUTHORS Adding upstream version 0.2. 2025-02-24 04:42:45 +01:00
ChangeLog Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
configure Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
COPYING Adding upstream version 0.2. 2025-02-24 04:42:45 +01:00
INSTALL Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
main.cc Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
Makefile.in Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
NEWS Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
README Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
zcat.cc Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
zcat.in Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
zcmp.cc Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
zdiff.cc Merging upstream version 0.9~rc1. 2025-02-24 05:04:40 +01:00
zegrep.in Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
zfgrep.in Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
zgrep.cc Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
zgrep.in Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
ztest.cc Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
ztest.in Merging upstream version 0.8. 2025-02-24 05:04:07 +01:00
zutils.cc Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00
zutils.h Merging upstream version 0.9~rc2. 2025-02-24 05:07:04 +01:00

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 uncompressed 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, zcmp, zdiff, zgrep and ztest.
The supported compressors are bzip2, gzip, lzip and xz.


Copyright (C) 2009, 2010 Antonio Diaz Diaz.

This file is free documentation: you have unlimited permission to copy,
distribute and modify it.

The file Makefile.in is a data file used by configure to produce the
Makefile. It has the same copyright owner and permissions that configure
itself.