xref: /minix3/minix/commands/prep/prep.1 (revision b80da2a01d0bb632707b7b4e974aa32eaebbcc6f)
PREP 1
NAME
prep - prepare a text file for statistical analysis
SYNOPSIS
prep [file]

\\\$1\ \\$2 ..

20 \\\$1\ # \\$2 ..

EXAMPLES

20 prep infile >outfile # Prepare infile

DESCRIPTION

Prep 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.

"SEE ALSO"
nroff (1), spell (1).