1
0
Fork 0

Adding upstream version 0.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 04:51:33 +01:00
parent 527d6bc346
commit 1bfa18df1d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
22 changed files with 1234 additions and 125 deletions

View file

@ -5,8 +5,8 @@
@finalout
@c %**end of header
@set UPDATED 13 August 2009
@set VERSION 0.2
@set UPDATED 17 September 2009
@set VERSION 0.4
@dircategory Data Compression
@direntry
@ -55,7 +55,8 @@ Zutils is a collection of utilities for dealing with any combination of
compressed and non-compressed files transparently. The supported
compressors are gzip, bzip2, lzip and xz.
The currently provided utilities are zcat, zcmp, zdiff and zgrep.
The currently provided utilities are zcat, zcmp, zdiff, zegrep, zfgrep
and zgrep.
@node Zcat
@ -147,6 +148,8 @@ refer to temporary filenames instead of those specified.
@node Zgrep
@chapter Zgrep
@cindex zegrep
@cindex zfgrep
@cindex zgrep
Zgrep is a wrapper script around the grep command that allows
@ -156,6 +159,11 @@ used. If a given file does not exist, zgrep tries the compressed file
names corresponding to the supported compressors. The supported
compressors are gzip, bzip2, lzip and xz.
@noindent
Zegrep is a shortcut for @samp{zgrep -E}@*
Zfgrep is a shortcut for @samp{zgrep -F}
The format for running zgrep is:
@example