From 4e47773f0570bdffefd062b85265242f9f13ef96 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 17:11:02 +0100 Subject: Adding upstream version 0.4. Signed-off-by: Daniel Baumann --- doc/zutils.texinfo | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'doc/zutils.texinfo') diff --git a/doc/zutils.texinfo b/doc/zutils.texinfo index ce69ab1..ccadf05 100644 --- a/doc/zutils.texinfo +++ b/doc/zutils.texinfo @@ -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 -- cgit v1.2.3