Count your website's LOC using one Linux command
karim-ouda.blogspot.com
Count your website's LOC using one Linux command
1–7 of 7 posts
Re: Count your website's LOC using one Linux command
#2... or you could just use sloccount.
Re: Count your website's LOC using one Linux command
#3... or cloc: http://cloc.sourceforge.net/
Re: Count your website's LOC using one Linux command
#4methinks the point of this is to do it without installing other tools.
Re: Count your website's LOC using one Linux command
#5highly under-used: grep -c -e . -r .
Re: Count your website's LOC using one Linux command
#6Any shell script can be made one line with enough semicolons.
Re: Count your website's LOC using one Linux command
#7underrated: not worrying about LOC counts