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

操作系统开发

开发平台:

WINDOWS

  1. WIDTH(1)                  Minix Programmer's Manual                   WIDTH(1)
  2. NAME
  3.      width - force all the lines of a file to a given width
  4. SYNOPSIS
  5.      width [-n [ infile [outfile]
  6. OPTIONS
  7.      -n   Outline line size
  8. EXAMPLES
  9.      width -60 x y       # Copy x to y, force lines to 60 cols
  10.      width x             # Copy default (80) column lines to stdout
  11. DESCRIPTION
  12.      The input file is copied to the output file.  All lines are forced  to  a
  13.      given  size  (default:  80 columns) by padding with spaces or truncating.
  14.      Tabs are expanded to spaces.
  15. SEE ALSO
  16.      fold(1).
  17.                                                                              1