table of contents
- bullseye 4.10.0-1
- bullseye-backports 4.18.1-1~bpo11+1
- testing 4.18.1-1
- unstable 4.18.1-1
ZGREP(1) | General Commands Manual | ZGREP(1) |
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 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>..