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]
- perl script Sidd Jashnani
- Re: perl script Benjamin Bradley
- Re: perl script Benjamin Bradley
- Re: perl script Joe Knize
- Re: perl script jacob childress
- Re: perl script Joe Knize
- Re: perl script Benjamin Bradley
- Re: perl script Paul Sack