Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: dynamic zcat and grep

by Anonymous Monk
on Oct 03, 2012 at 02:13 UTC ( [id://996959]=note: print w/replies, xml ) Need Help??


in reply to Re: dynamic zcat and grep
in thread dynamic zcat and grep

This is an old thread but this answer may prove useful to others, I had a similar problem with a command similar to

zcat -c test.gz | pythonscript.py > test.out

being called within a makefile, it had the same error as mentioned in this thread. I ended up changing it to

cat test.gz | zcat -c | pythonscript.py > test.out

Regards Brad

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-03-28 10:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found