2005-05-02 15:01:42 +02:00
|
|
|
.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
|
2012-03-31 23:44:29 +02:00
|
|
|
.TP 20
|
|
|
|
.B prep infile >outfile
|
|
|
|
# Prepare \fIinfile\fR
|
2005-05-02 15:01:42 +02:00
|
|
|
.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).
|