Content-type: text/html
Manpage of stripcmt
stripcmt
Section: User Commands (1)
Index
Return to Main Contents
NAME
StripCmt - strip comments from C, C++, and Java source code
SYNOPSIS
stripcmt [infile] > outfile
DESCRIPTION
StripCmt
is a pretty small utility to remove comments from C, C++ or Java source
code. It can be used as a FIFO (first in, first out) filter by not
supplying any commandline options, or it can accept filenames on the
commandline and it will send all output to stdout (multiple files will be
concatenated like
cat
).
OPTIONS
- infile
-
The file(s) to strip comments from. Wildcards are accepted, of course.
- outfile
-
Where to write the output to. StripCmt sends output to stdout so you need
to include the '>' for redirection to a file.
- -h --help
-
Show a brief commandline help screen and exit.
- --version
-
Show the current version and exit.
BUGS
None known. Email bug reports to
bdc@bdc.cx
The StripCmt webpage is at
http://www.bdc.cx/software/stripcmt/
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- BUGS
-
This document was created by
man2html,
using the manual pages.
Time: 10:02:22 GMT, January 15, 2000