diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 21:47:51 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-18 21:47:51 +0000 |
commit | 0a62eb9bdccf5c6b1e83b7f025859e4ca005f4f2 (patch) | |
tree | 51b3c8113b250f97ee7c6416807a430466c8e284 /plugins/updater/bzip2-1.0.3/bzgrep.1 | |
parent | e328df9bdc816810545b91dccd52e7741e962dc0 (diff) |
goodbye updater
git-svn-id: http://svn.miranda-ng.org/main/trunk@58 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/updater/bzip2-1.0.3/bzgrep.1')
-rw-r--r-- | plugins/updater/bzip2-1.0.3/bzgrep.1 | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/plugins/updater/bzip2-1.0.3/bzgrep.1 b/plugins/updater/bzip2-1.0.3/bzgrep.1 deleted file mode 100644 index 930af8c7fc..0000000000 --- a/plugins/updater/bzip2-1.0.3/bzgrep.1 +++ /dev/null @@ -1,56 +0,0 @@ -\"Shamelessly copied from zmore.1 by Philippe Troin <phil@fifi.org> -\"for Debian GNU/Linux -.TH BZGREP 1 -.SH NAME -bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression -.SH SYNOPSIS -.B bzgrep -[ grep_options ] -.BI [\ -e\ ] " pattern" -.IR filename ".\|.\|." -.br -.B bzegrep -[ egrep_options ] -.BI [\ -e\ ] " pattern" -.IR filename ".\|.\|." -.br -.B bzfgrep -[ fgrep_options ] -.BI [\ -e\ ] " pattern" -.IR filename ".\|.\|." -.SH DESCRIPTION -.IR Bzgrep -is used to invoke the -.I grep -on bzip2-compressed files. All options specified are passed directly to -.I grep. -If no file is specified, then the standard input is decompressed -if necessary and fed to grep. -Otherwise the given files are uncompressed if necessary and fed to -.I grep. -.PP -If -.I bzgrep -is invoked as -.I bzegrep -or -.I bzfgrep -then -.I egrep -or -.I fgrep -is used instead of -.I grep. -If the GREP environment variable is set, -.I bzgrep -uses it as the -.I grep -program to be invoked. For example: - - for sh: GREP=fgrep bzgrep string files - for csh: (setenv GREP fgrep; bzgrep string files) -.SH AUTHOR -Charles Levert (charles@comm.polymtl.ca). Adapted to bzip2 by Philippe -Troin <phil@fifi.org> for Debian GNU/Linux. -.SH "SEE ALSO" -grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1) |