From d7d5dfbcf513f94115990102c56eccf177417889 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:26:56 +0100 Subject: Merging upstream version 1.1~rc2. Signed-off-by: Daniel Baumann --- doc/zgrep.1 | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'doc/zgrep.1') diff --git a/doc/zgrep.1 b/doc/zgrep.1 index 452c26d..cc85d0a 100644 --- a/doc/zgrep.1 +++ b/doc/zgrep.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH ZGREP "1" "May 2013" "Zgrep (zutils) 1.0" "User Commands" +.TH ZGREP "1" "July 2013" "Zgrep (zutils) 1.1-rc2" "User Commands" .SH NAME Zgrep \- search compressed files for a regular expression .SH SYNOPSIS @@ -7,8 +7,8 @@ Zgrep \- search compressed files for a regular expression [\fIoptions\fR] \fI \fR[\fIfiles\fR] .SH DESCRIPTION Zgrep is a front end to the grep program that allows transparent search -on any combination of compressed and non\-compressed files. If any given -file is compressed, its uncompressed content is used. If a given file +on any combination of compressed and uncompressed files. If any given +file is compressed, its decompressed content is used. If a given file does not exist, and its name does not end with one of the known extensions, zgrep tries the compressed file names corresponding to the supported formats. If no files are specified, data is read from @@ -84,6 +84,9 @@ stop after matches \fB\-n\fR, \fB\-\-line\-number\fR print the line number of each line .TP +\fB\-N\fR, \fB\-\-no\-rcfile\fR +don't read runtime configuration file +.TP \fB\-o\fR, \fB\-\-only\-matching\fR show only the part of a line matching .TP @@ -107,6 +110,18 @@ match only whole words .TP \fB\-x\fR, \fB\-\-line\-regexp\fR match only whole lines +.TP +\fB\-\-bz2=\fR +set compressor and options for bzip2 format +.TP +\fB\-\-gz=\fR +set compressor and options for gzip format +.TP +\fB\-\-lz=\fR +set compressor and options for lzip format +.TP +\fB\-\-xz=\fR +set compressor and options for xz format .SH "REPORTING BUGS" Report bugs to zutils\-bug@nongnu.org .br -- cgit v1.2.3