in reply to Re^2: Count number of lines in a text file
in thread Count number of lines in a text file
to -n:> perl -MO=Deparse -pe"#stuff#" LINE: while (defined($_ = <ARGV>)) { (); } continue { print $_; }
> perl -MO=Deparse -ne"#stuff#" LINE: while (defined($_ = <ARGV>)) { (); }
-QM
--
Quantum Mechanics: The dreams stuff is made of
|
|---|