in reply to Total number of lines for a Zipped file.

Quick hack: gunzip -c <filename> | wc -l

thor