On Fri, Nov 21, 2003 at 09:40:11AM -0500, Shah, Soniya M. wrote:
> We have a paper work that needs to be filled out for any software we use for
> which we dont have official technical support. 

lol.  


> I have to fill that out for Axis.
> 
> One of the questions is how many lines of code. Does any one have a rough
> estimate?

[EMAIL PROTECTED] src]$ find . -name *.java | xargs wc -l
  76094 total


this is a *very* *very* high estimate - it includes *every* line of *every*
source code file, including comments, blank lines, imports, and all of the
class boilerplate that you need for java.


-c

-- 
 09:55:00  up 3 days, 3 min, 10 users,  load average: 0.14, 0.11, 0.03

Reply via email to