Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

dealing with GZIPed files
Here's what I want to do: take a file in a compressed format(gzip or
bzip2) and process it awk.  I know I can do this easily in a shell
script wrapper, zcat $1 | awk....
but I was wondering if there is a way to process compressed files
natively in Awk.
Aaron


Report this thread to moderator Post Follow-up to this message
Old Post
aaronm@europeanwatch.com
02-11-05 01:55 PM


Re: dealing with GZIPed files
aaronm@europeanwatch.com <aaronm@europeanwatch.com> wrote:
> Here's what I want to do: take a file in a compressed format(gzip or
> bzip2) and process it awk.  I know I can do this easily in a shell
> script wrapper, zcat $1 | awk....
> but I was wondering if there is a way to process compressed files
> natively in Awk.

You could implement the decompressor in awk.
You'd have to be barkingmad of course.

Slightly less natively,
"bzip -d /tmp/tmp.bz" |getline

Report this thread to moderator Post Follow-up to this message
Old Post
Ian Stirling
02-12-05 01:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

AWK archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 03:50 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.