|
|
| Think about Loose Coupling | |
| PerlMonks |
Re^2: dynamic zcat and grepby Anonymous Monk |
| on Oct 03, 2012 at 02:13 UTC ( #996959=note: print w/ replies, xml ) | Need Help?? |
|
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.outbeing 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.outRegards Brad
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||