NÉV

zgrep - keres a valószínűleg tömörített fájlokban egy reguláris kifejezést (regular expression)

ÖSSZEGZÉS

zgrep [ grep_kapcsolók ] [ -e ] minta fájlnév...

LEÍRÁS

The zgrep command 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.
Ha a GREP környezeti változó be van állítva, akkor zgrep az ebben beállított programot használja a grep helyett.

KILÉPÉSI ÁLLAPOT

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

HIBÁK

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).

SZERZŐ

Charles Levert ([email protected])

LÁSD MÉG

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

FORDÍTÁS

A kézikönyv magyar fordítását a László Gergely <[email protected]> készítette.
Ez a fordítás ingyenes dokumentáció; lásd a GNU General Public License 3 Feltételezzük, hogy NEM FELELŐSSÉG.
Ha hibát talál a kézikönyv oldal fordításában, küldje el a e-mail cím: TODO.

Recommended readings

Pages related to zgrep you should read also: