in reply to
Total number of lines for a Zipped file.
Quick hack:
gunzip -c <filename> | wc -l
thor
Comment on
Re: Total number of lines for a Zipped file.
Download
Code
In Section
Seekers of Perl Wisdom