width.1

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

1
60
字号


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


NAME
     width - force all the lines of a file to a given width

SYNOPSIS
     width [-n [ infile [outfile]

OPTIONS

     -n   Outline line size

EXAMPLES

     width -60 x y       # Copy x to y, force lines to 60 cols

     width x             # Copy default (80) column lines to stdout

DESCRIPTION

     The input file is copied to the output file.  All lines are forced  to  a
     given  size  (default:  80 columns) by padding with spaces or truncating.
     Tabs are expanded to spaces.

SEE ALSO
     fold(1).




























                                                                             1

⌨️ 快捷键说明

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