Using 'wc' to check the size of your project.
Navigate to your project folder on the command
line and ....
Navigate to your project folder on the command
line and assuming your .java and .wo files are at the top level, do these
commands, each which produces a line count per file and a total at the
end.$ wc -l
*.java$ wc -l
*.wo/*.html$ wc -l
*.wo/*.wodThis link leads to a useful recursive
implementation of wc.
Posted: Wed - November 15, 2006 at 12:51 PM