PREP.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  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