.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.39.4. .TH OHCOUNT "1" "September 2011" "ohcount 3.0.0" "User Commands" .SH NAME ohcount \- manual page for ohcount 3.0.0 .SH SYNOPSIS .B ohcount [\fIoption\fR] [\fIpaths\fR...] .SH DESCRIPTION Ohloh source code line counter command line tool. .IP http://www.ohloh.net/ .SS "[option] can be one of the following:" .HP \fB\-a\fR, \fB\-\-annotate\fR .HP \fB\-d\fR, \fB\-\-detect\fR .HP \fB\-h\fR, \fB\-\-help\fR .HP \fB\-i\fR, \fB\-\-individual\fR .HP \fB\-l\fR, \fB\-\-license\fR .HP \fB\-re\fR .HP \fB\-s\fR, \fB\-\-summary\fR .PP \fB\-a\fR, \fB\-\-annotate\fR Show annotated source code .IP The contents of all source code files found within the given paths will be emitted to stdout. Each line will be prefixed with a tab\-delimited language name and semantic categorization (code, comment, or blank). .PP \fB\-d\fR, \fB\-\-detect\fR Find source code files .IP Recursively find all source code files within the given paths. For each source code file found, the file name will be emitted to stdout prefixed with a tab\-delimited language name. .PP \fB\-h\fR, \fB\-\-help\fR Display this message .PP \fB\-i\fR, \fB\-\-individual\fR Count lines of code per file .IP Count lines in all source code files within the given paths, and emit a report of the lines of code, comments, and blanks in each language per file. .PP \fB\-l\fR, \fB\-\-license\fR .IP Displays detected licensing information contained in each source code file. .PP \fB\-re\fR .IP Prints raw entity information to the screen (mainly for debugging). .PP \fB\-s\fR, \fB\-\-summary\fR Count lines of code (default) .IP Count lines in all source code files within the given paths, and emit a report of the total number of lines of code, comments, and blanks in each language. This is the default action. .PP [paths] can refer to any number of individual files or directories. .IP Directories will be probed recursively. If no path is given, the current directory will be used.