[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PhillyOnRails] Utility to count lines in rails project
|
find path/to/project | xargs wc -l
-Brian
On Jun 16, 2006, at 3:48 PM, Mike Zornek wrote:
That only seems to do file. I'm talking about a whole project. Thanks
anyways.
On 6/16/06 5:52 PM, "Chris" <theechief@comcast.net> wrote:
wc -l
Mike Zornek wrote:
I remember someone at the meeting using a command line tool to
count the
lines of code in a rails project. What was that?
~ Mike
--
Work: http://ClickableBliss.com
Play: http://MikeZornek.com
_______________________________________________
talk mailing list
talk@phillyonrails.org
http://lists.phillyonrails.org/mailman/listinfo/talk
_______________________________________________
talk mailing list
talk@phillyonrails.org
http://lists.phillyonrails.org/mailman/listinfo/talk
|