
rovf
Veteran
Dec 21, 2010, 2:00 AM
Post #15 of 15
(545 views)
|
|
Re: [seanliam] Processing compressed files
[In reply to]
|
Can't Post
|
|
Your usage of qx() doesn't make sense. You collect the output of zgrep, and then throw it away. From your original posting, I had concluded that you need the stdout of zgrep; but if you don't need it, you can as well use system(). Also, the code doesn't incorporate the suggestions I gave you in my last reply.... Ronald
|