# phpman > man > bzegrep(1)

> **TLDR:** This command is an alias of `bzgrep --extended-regexp`.
>
- View documentation for the original command:
  `tldr bzgrep`

*Source: tldr-pages*

---



[BZGREP(1)](https://www.chedong.com/phpMan.php/man/BZGREP/1/markdown)                              General Commands Manual                             [BZGREP(1)](https://www.chedong.com/phpMan.php/man/BZGREP/1/markdown)



## NAME
       bzgrep, bzfgrep, bzegrep - search possibly bzip2 compressed files for a regular expression

## SYNOPSIS
       **bzgrep** [ grep_options ] **[** **-e** **]** _pattern_ _filename_...
       **bzegrep** [ egrep_options ] **[** **-e** **]** _pattern_ _filename_...
       **bzfgrep** [ fgrep_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 neces‐
       sary  and  fed  to  grep.  Otherwise the given files are uncompressed if necessary and fed to
       _grep._

       If _bzgrep_ is invoked as _bzegrep_ or _bzfgrep_ then _egrep_ or _fgrep_ is used instead of  _grep._   If
       the  GREP  environment variable is set, _bzgrep_ uses it as the _grep_ program to be invoked. For
       example:

           for sh:  GREP=fgrep  bzgrep string files
           for csh: (setenv GREP fgrep; bzgrep string files)

## AUTHOR
       Charles Levert (<charles@comm.polymtl.ca>). Adapted to bzip2 by Philippe Troin  <<phil@fifi.org>>
       for Debian GNU/Linux.

## SEE ALSO
       [grep(1)](https://www.chedong.com/phpMan.php/man/grep/1/markdown), [egrep(1)](https://www.chedong.com/phpMan.php/man/egrep/1/markdown), [fgrep(1)](https://www.chedong.com/phpMan.php/man/fgrep/1/markdown), [bzdiff(1)](https://www.chedong.com/phpMan.php/man/bzdiff/1/markdown), [bzmore(1)](https://www.chedong.com/phpMan.php/man/bzmore/1/markdown), [bzless(1)](https://www.chedong.com/phpMan.php/man/bzless/1/markdown), [bzip2(1)](https://www.chedong.com/phpMan.php/man/bzip2/1/markdown)



                                                                                           [BZGREP(1)](https://www.chedong.com/phpMan.php/man/BZGREP/1/markdown)
