soveran / loco

Lines of code counter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loco -- Lines of code counter

Description
-----------

Read from stdin and count the lines, skipping
those that are empty or commented with #.

Examples
--------

Count lines in foo.rc:

	$ cat foo.rc | loco

Count lines in many rc files:

	$ cat *.rc | loco

Installation
------------

Grab `loco.c`, then run:

	$ make loco

Copy the executable anywhere in your path.

About

Lines of code counter


Languages

Language:C 100.0%