home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!vtserf!creatures!csgrad.cs.vt.edu!ramakris
- From: ramakris@csgrad.cs.vt.edu (S.Ramakrishnan)
- Newsgroups: comp.unix.questions
- Subject: Re: How to store data files in binary format
- Message-ID: <3421@creatures.cs.vt.edu>
- Date: 7 Sep 92 17:09:05 GMT
- References: <1992Sep5.031051.5452@cirrus.com> <708@svcs1.UUCP>
- Sender: usenet@creatures.cs.vt.edu
- Organization: VPI&SU Computer Science Department, Blacksburg, VA
- Lines: 10
-
- In article <708@svcs1.UUCP> slix@svcs1.UUCP (Bill Miller) writes:
-
- >(...) (Can 'awk' read compressed files - or
- >can you pipe the compressed file, and pipe it to awk?)
-
- zcat it:
- zcat <compressed-file>.Z | awk (...)
-
- ---
- S Ramakrishnan, CS Dept, McBryde Hall, VaTech
-