Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
BZGREP(1) | General Commands Manual | BZGREP(1) |
NAME
bzgrep, bzfgrep, bzegrep - search possibly bzip2 compressed files for a regular expressionSYNOPSIS
bzgrep [ grep_options ] [ -e ] pattern filename...DESCRIPTION
Bzgrep is used to invoke the grep on bzip2-compressed files. All options specified are passed directly to 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 grep.for sh: GREP=fgrep bzgrep string files
for csh: (setenv GREP fgrep; bzgrep string files)