minix/minix/commands/prep/prep.1
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

30 lines
589 B
Groff

.TH PREP 1
.SH NAME
prep \- prepare a text file for statistical analysis
.SH SYNOPSIS
\fBprep\fR [\fIfile\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH EXAMPLES
.TP 20
.B prep infile >outfile
# Prepare \fIinfile\fR
.SH DESCRIPTION
.PP
\fIPrep\fR strips off most of the troff commands from a text file and then
outputs all the words, one word per line, in the order they occur in the file.
This file can then be sorted and compared to a dictionary (as a spelling
checker), or used for statistical analyses.
.SH "SEE ALSO"
.BR nroff (1),
.BR spell (1).