Skip to content

shaafiee/linecount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

linecount

Usage

./linecount.pl <code_path>

If <code_path> is not supplied, then the execution path is used for code_path.


To add exclusions

Add the text file 'exclude.list' in the execution path (not always the <code_path>).

'exclude.list' can contain a list of paths to omit from the count, one per line. Each path should be relative to the code_path - if code_path is '/home/user/path', then the path 'nodejs' in 'exclude.list' would be interpreted as '/home/user/path/nodejs'.

If a line in 'exclude.list' starts with a period (.) then it is construed as an extension to be omitted from the count.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages