summaryrefslogtreecommitdiffstats
path: root/doc/zutils.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'doc/zutils.texinfo')
-rw-r--r--doc/zutils.texinfo14
1 files changed, 11 insertions, 3 deletions
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