?? width.1
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -