Last change
on this file since fa38804 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
560 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | NAME
|
---|
| 2 |
|
---|
| 3 | lcount -- count the lines in each of a set of C or .ASM files
|
---|
| 4 |
|
---|
| 5 |
|
---|
| 6 | SYNOPSIS
|
---|
| 7 |
|
---|
| 8 | lcount [-] [file] ...
|
---|
| 9 |
|
---|
| 10 |
|
---|
| 11 | DESCRIPTION
|
---|
| 12 |
|
---|
| 13 | Reads from named files and/or stdin, output is to stdout.
|
---|
| 14 |
|
---|
| 15 | If no files are named, stdin is assumed as input.
|
---|
| 16 |
|
---|
| 17 | Allows the use of the dash '-' as a synonym for stdin
|
---|
| 18 | in a list of files to be processed.
|
---|
| 19 |
|
---|
| 20 | Outputs a final summary if more than one file is processed.
|
---|
| 21 |
|
---|
| 22 |
|
---|
| 23 | Output format:
|
---|
| 24 |
|
---|
| 25 | total_lines non_comment comment %comment max_linelength file_name
|
---|
| 26 |
|
---|
| 27 |
|
---|
| 28 | AUTHOR
|
---|
| 29 |
|
---|
| 30 | Version 4 -- 1989-02-24 -- D.N. Lynx Crowe
|
---|
Note:
See
TracBrowser
for help on using the repository browser.