FOLD.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. FOLD(1)                   Minix Programmer's Manual                    FOLD(1)
  2. NAME
  3.      fold - fold long lines
  4. SYNOPSIS
  5.      fold [-n] [file] ...
  6. OPTIONS
  7.      -n   How long should the output lines be
  8. EXAMPLES
  9.      fold -60            # Fold stdin to 60 characters
  10.      fold file           # Fold file to 80 characters
  11. DESCRIPTION
  12.      Fold takes copies its input from the named file (or  stdin,  if  none  is
  13.      specified)  to  standard  output.   However,  lines longer than the given
  14.      maximum (default 80) are broken into multiple lines of the maximum length
  15.      by inserting new line characters.
  16. SEE ALSO
  17.      width(1).
  18.                                                                              1