On Mon, 10 Sep 2001, Sidd Jashnani wrote:

> What should be done to write  PERL script which counts the number of lines
> of code in a file?
>

You can also use the wc command.  Normally it counts words, but you can
invoke it like so:

wc --lines name_of_file

-jacob


---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to