Re: How to count the source code line?
Re: How to count the source code line?
- Subject: Re: How to count the source code line?
- From: Art Isbell <email@hidden>
- Date: Wed, 26 May 2004 09:08:59 -1000
On May 26, 2004, at 5:13 AM, john XUE wrote:
Is there any way we can count lines of the source
code with WebObjects?
Java statements end with ';', so:
egrep ';' *.java | wc -l
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.