OCAMLWC(1) | General Commands Manual | OCAMLWC(1) |
ocamlwc - count the lines of code and comments in OCaml sources
ocamlwc [options] [files]
ocamlwc is a program to count the number of lines of code and documentation in OCaml sources. It assumes its input to be lexically well-formed. If no files are given, then ocamlwc reads from stdin.
The first column of the output lists the number of source lines of code, the second column the number of lines of documentation, and the third the respective filename. If ocamlwc acts on more than one file, then it prints a total in the last line.
ocamlwc was written by Jean-Christophe Filliatre
<Jean-Christophe.Filliatre@lri.fr>.
This manual page was written by Georg Neis <gn@oglaroon.de>.
January 2, 2007 |