Provided by: manpages-es_4.13-4_all bug

NOMBRE

       zgrep - buscar una expresión regular en ficheros posiblemente comprimidos

SINOPSIS

       zgrep [ grep_opciones ] [ -e ] patrón fichero...

DESCRIPCIÓN

       Zgrep  invokes  grep  on  compressed  or  gzipped 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.

       Si la variable de entorno GREP está definida, zgrep la usa como el programa grep para  ser
       invocado.

ESTADO DE SALIDA

       Exit status is 0 for a match, 1 for no matches, and 2 if trouble.

ERRORES

       The  following grep options are not supported: --dereference-recursive (-R), --directories
       (-d), --exclude, --exclude-from, --exclude-dir, --include, --null (-Z), --null-data  (-z),
       and --recursive (-r).

AUTOR

       Charles Levert (charles@comm.polymtl.ca)

VÉASE TAMBIÉN

       grep(1), gzexe(1), gzip(1), zdiff(1), zforce(1), zmore(1), znew(1)

TRADUCCIÓN

       La  traducción  al  español  de esta página del manual fue creada por Vicente Pastor Gómez
       <vpastorg@santandersupernet.com>

       Esta traducción es documentación libre; lea  la  GNU  General  Public  License  Version  3
       ⟨https://www.gnu.org/licenses/gpl-3.0.html⟩  o posterior con respecto a las condiciones de
       copyright.  No existe NINGUNA RESPONSABILIDAD.

       Si encuentra algún error en la traducción de esta  página  del  manual,  envíe  un  correo
       electrónico a debian-l10n-spanish@lists.debian.org ⟨⟩.

                                                                                         ZGREP(1)