prep.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


PREP(1)                   Minix Programmer's Manual                    PREP(1)


NAME
     prep - prepare a text file for statistical analysis

SYNOPSIS
     prep [file]

OPTIONS
     (none)

EXAMPLES

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





























                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?