Adding upstream version 0.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
527d6bc346
commit
1bfa18df1d
22 changed files with 1234 additions and 125 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue