PREP.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. PREP(1)                   Minix Programmer's Manual                    PREP(1)
  2. NAME
  3.      prep - prepare a text file for statistical analysis
  4. SYNOPSIS
  5.      prep [file]
  6. OPTIONS
  7.      (none)
  8. EXAMPLES
  9.      prep infile >outfile
  10.                          # Prepare infile
  11. DESCRIPTION
  12.      Prep strips off most of the troff commands from  a  text  file  and  then
  13.      outputs  all the words, one word per line, in the order they occur in the
  14.      file.  This file can then be sorted and compared to a  dictionary  (as  a
  15.      spelling checker), or used for statistical analyses.
  16. SEE ALSO
  17.      nroff(1), spell(1).
  18.                                                                              1