time perl -e '{$/=undef, $_=<>} my $count=split /\000/,$_; print $count, " lines\n";'