home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / question / 10801 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  709 b 

  1. Path: sparky!uunet!vtserf!creatures!csgrad.cs.vt.edu!ramakris
  2. From: ramakris@csgrad.cs.vt.edu (S.Ramakrishnan)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: How to store data files in binary format
  5. Message-ID: <3421@creatures.cs.vt.edu>
  6. Date: 7 Sep 92 17:09:05 GMT
  7. References: <1992Sep5.031051.5452@cirrus.com> <708@svcs1.UUCP>
  8. Sender: usenet@creatures.cs.vt.edu
  9. Organization: VPI&SU Computer Science Department, Blacksburg, VA
  10. Lines: 10
  11.  
  12. In article <708@svcs1.UUCP> slix@svcs1.UUCP (Bill Miller) writes:
  13.  
  14. >(...) (Can 'awk' read compressed files - or
  15. >can you pipe the compressed file, and pipe it to awk?)
  16.  
  17. zcat it: 
  18.     zcat <compressed-file>.Z | awk (...)
  19.  
  20. ---
  21. S Ramakrishnan, CS Dept, McBryde Hall, VaTech
  22.