Line | |
---|
1 | .TH PREP 1
|
---|
2 | .SH NAME
|
---|
3 | prep \- prepare a text file for statistical analysis
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBprep\fR [\fIfile\fR]\fR
|
---|
6 | .br
|
---|
7 | .de FL
|
---|
8 | .TP
|
---|
9 | \\fB\\$1\\fR
|
---|
10 | \\$2
|
---|
11 | ..
|
---|
12 | .de EX
|
---|
13 | .TP 20
|
---|
14 | \\fB\\$1\\fR
|
---|
15 | # \\$2
|
---|
16 | ..
|
---|
17 | .SH EXAMPLES
|
---|
18 | .EX "prep infile >outfile" "Prepare \fIinfile\fR"
|
---|
19 | .SH DESCRIPTION
|
---|
20 | .PP
|
---|
21 | \fIPrep\fR strips off most of the troff commands from a text file and then
|
---|
22 | outputs all the words, one word per line, in the order they occur in the file.
|
---|
23 | This file can then be sorted and compared to a dictionary (as a spelling
|
---|
24 | checker), or used for statistical analyses.
|
---|
25 | .SH "SEE ALSO"
|
---|
26 | .BR nroff (1),
|
---|
27 | .BR spell (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.