home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / zgrep.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. ZGREP(1)                                                 ZGREP(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        zgrep  -  search  possibly  compressed files for a regular
  9.        expression
  10.  
  11. SSYYNNOOPPSSIISS
  12.        zzggrreepp [ grep_options ] [[ --ee ]] _p_a_t_t_e_r_n _f_i_l_e_n_a_m_e...
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        _Z_g_r_e_p is used to invoke the _g_r_e_p on compress'ed or gzip'ed
  16.        files.  All options specified are passed directly to _g_r_e_p_.
  17.        If no file is specified, then the standard input is decom-
  18.        pressed if necessary and fed to grep.  Otherwise the given
  19.        files are uncompressed if necessary and fed to _g_r_e_p_.
  20.  
  21.        If _z_g_r_e_p is invoked as _z_e_g_r_e_p  or  _z_f_g_r_e_p  then  _e_g_r_e_p  or
  22.        _f_g_r_e_p  is  used  instead of _g_r_e_p_.  If the GREP environment
  23.        variable is set, _z_g_r_e_p uses it as the _g_r_e_p program  to  be
  24.        invoked. For example:
  25.  
  26.            for sh:  GREP=fgrep  zgrep string files
  27.            for csh: (setenv GREP fgrep; zgrep string files)
  28.  
  29. AAUUTTHHOORR
  30.        Charles Levert (charles@comm.polymtl.ca)
  31.  
  32. SSEEEE AALLSSOO
  33.        grep(1),  egrep(1), fgrep(1), zdiff(1), zmore(1), znew(1),
  34.        zforce(1), gzip(1), gzexe(1)
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                                                                 1
  65.  
  66.  
  67.