Download List

Descripción del Proyecto

Zutils is a collection of utilities able to deal with any combination of compressed and uncompressed 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, zcmp, zdiff, zgrep, ztest, and zupdate. The supported formats are bzip2, gzip, lzip, and xz. The compressor to be used for each format is configurable at runtime.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-06 08:22
1.0-rc4

Zgrep prefijos ya no el nombre del archivo a la salida por defecto al buscar un archivo. (Con suerte) se ha solucionado un problema de portabilidad con Solaris 9.
Tags: Development
Zgrep no longer prefixes the file name to the output by default when searching one file. A portability issue with Solaris 9 has been (hopefully) fixed.

2012-10-30 11:21
1.0-rc3

Esta versión incorpora correcciones menores.
La nueva opción "--formato", lo que obliga a la utilización de un formato de compresión dado, se ha agregado a todas las utilidades.
El objetivo de "instalar-bin" se ha agregado al Makefile.
Tags: Development
This release adds minor fixes.
The new option "--format", which forces the use of a given compression format, has been added to all utilities.
The target "install-bin" has been added to the Makefile.

2012-05-10 07:16
1.0-rc2

Configure con la opción "--datadir" ha sido renombrado a "--datarootdir" seguir las normas de GNU.
Tags: Development
The configure option "--datadir" has been renamed to "--datarootdir" to follow GNU Standards.

2012-01-24 03:52
1.0-rc1

Cita personajes de mensajes han cambiado indicado por estándares de codificación GNU.
Se ha incluido información en el archivo de instalación acerca de cómo instalar zutils junto con gzip de GNU.
Tags: Development
Quote characters in messages have been changed as advised by GNU Coding Standards.
Information has been added to the INSTALL file about how to install zutils along with GNU gzip.

2011-01-14 06:51
0.9

Configurar ahora permite la selección de los programas diff y grep para su uso. Un estancamiento en zcmp, que ocurrió cuando los archivos difieren, se ha solucionado. Un estancamiento en zgrep, que ocurrió cuando un archivo binario emparejado, se ha solucionado.
Tags: Development
Configure now allows the selection of diff and grep programs to use. A deadlock in zcmp, which happened when files differed, has been fixed. A deadlock in zgrep, which happened when a binary file matched, has been fixed.

Project Resources