linecount v1.5 - counts total lines from input file(s) or stdin
copyright (c) bytepointer.com 2002-2015
Syntax:
linecount [options] <file_mask>
[options]:
/stdin - read input from stdin
/subdirs - search subdirectories
/ws - breakdown whitespace
/cpp - breakdown C/C++ comments
/cb - when /cpp specified, show breakdown of comment types;
i.e. singleline or block