icon Top 9 categories map      RocketAware >

zgrep(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD NetBSD RedHat






ZGREP(1)                                                 ZGREP(1)


NAME
       zgrep  -  search  possibly  compressed files for a regular
       expression



SYNOPSIS
       zgrep [ grep_options ] [ -e ] pattern filename...

DESCRIPTION
       Zgrep is used to invoke the grep on compress'ed or gzip'ed
       files.  All options specified are passed directly to grep.
       If no file is specified, then the standard input is decom-
       pressed if necessary and fed to grep.  Otherwise the given
       files are uncompressed if necessary and fed to grep.

       If zgrep is invoked as zegrep  or  zfgrep  then  egrep  or
       fgrep  is  used  instead of grep.  If the GREP environment
       variable is set, zgrep uses it as the grep program  to  be
       invoked. For example:

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

AUTHOR
       Charles Levert (charles@comm.polymtl.ca)

SEE ALSO
       grep(1),  egrep(1), fgrep(1), zdiff(1), zmore(1), znew(1),
       zforce(1), gzip(1), gzexe(1)





























                                                                1



Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
GNU Sources for zgrep(1) (at FreeBSD cvsweb)
GNU sources for zgrep(1) (at OpenBSD cvsweb)


[Overview Topics]

Up to: Data Compression


RocketLink!--> Man page versions: OpenBSD NetBSD RedHat






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > zgrep.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments