diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 16:11:09 +0000 |
commit | ececf5b1557dc45df52d1d1c5e7f8bc18c940301 (patch) | |
tree | efe5eb51699a6d5ba86cb91c6259d23b7eb65320 /doc/zutils.texinfo | |
parent | Adding debian version 0.3-1. (diff) | |
download | zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.tar.xz zutils-ececf5b1557dc45df52d1d1c5e7f8bc18c940301.zip |
Merging upstream version 0.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/zutils.texinfo')
-rw-r--r-- | doc/zutils.texinfo | 14 |
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 |