📄 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 + -