6 ms·
Count your website's LOC using one Linux command
- piquadrat 14y ago... or you could just use sloccount. http://www.dwheeler.com/sloccount/ http://www.dwheeler.com/sloccount/
- lardissone 14y ago... or cloc: http://cloc.sourceforge.net/ http://cloc.sourceforge.net/
- cleverjake 14y agomethinks the point of this is to do it without installing other tools.
- vy8vWJlco 14y agohighly under-used: grep -c -e . -r .
- oakenshield 14y agoAny shell script can be made one line with enough semicolons.
- hamburglar 14y agounderrated: not worrying about LOC counts