Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: opening/grepping a gzipped file

by tune (Curate)
on Dec 19, 2001 at 01:40 UTC ( [id://132942]=note: print w/replies, xml ) Need Help??


in reply to opening/grepping a gzipped file

Why are you using ` to open a pipe? Why not "?
Maybe
open (FILE, "gunzip -dc /usr/local/apache/logs/access.log.1.gz | grep +\"dd/Mon/yyyy\" |") or die "Couldn't open gunzip pipe ($!)\n";
will be better

--
tune

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://132942]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found