File: generic_count.1

package info (click to toggle)
sloccount 2.26%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,516 kB
  • sloc: perl: 2,197; ansic: 610; sh: 557; lex: 254; makefile: 232; ruby: 110; python: 95; haskell: 32; cobol: 27; php: 22; pascal: 10; xml: 7; f90: 6; fortran: 6; cs: 5
file content (40 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.TH GENERIC_COUNT 1 "23 March 2008" "generic_count" "generic_count"
.SH NAME
generic_count \- count physical lines of code, given a comment marker
.SH SYNOPSIS
.B generic_count
.I commentstart
[ \fB--f\fR \fIfile\fR ]
.I files...
.SH DESCRIPTION
.PP
This is a trivial/naive program for scripts used for sloccount toolsuite.
This manpage is used for all the scripts using \fBgeneric_count\fR (currently:
.B ada_count, 
.B awk_count, 
.B csh_count, 
.B erlang_count,
.B exp_count, 
.B lisp_count, 
.B makefile_count, 
.B ruby_count, 
.B sed_count, 
.B sh_count, 
.B tcl_count
)

.SH OPTIONS
.TP 12
.I commentstart
String that begins a comment (continuing until end-of-line).

.TP
.BI -f " file"
File with a list of files to count (if "-", read list from stdin). It can coexist with a list of files on command line.

.SH "SEE ALSO"
See sloccount(1) for additional details about SLOCCount suite.

.SH AUTHOR
This manual page was written by Sandro Tosi <matrixhasu@gmail.com>,
for the Debian project (but may be used by others)