[an error occurred while processing this directive]

  • Another way to count number of lines in a file
    By : Senthil Murugan ( Tue Sep 19 01:47:55 2006 )

    perl -nle 'END { print $. }' filename

    Return to article...[an error occurred while processing this directive]