fmt.1

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

1
60
字号


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


NAME
     fmt - adjust line-length for paragraphs of text

SYNOPSIS
     fmt [-width] [files]...

DESCRIPTION
     fmt is a simple text formatter.   It  inserts  or  deletes  newlines,  as
     necessary,  to  make  all  lines in a paragraph be approximately the same
     width.  It preserves indentation and word spacing.

     The default line width is 72 characters.  You can override this with  the
     -width  flag.   If you don't name any files on the command line, then fmt
     will read from stdin.

     It is typically used from within vi to adjust the line breaks in a single
     paragraph.  To do this, move the cursor to the top of the paragraph, type
     "!}fmt", and hit <Return>.

AUTHOR
     Steve Kirkendall
     kirkenda@cs.pdx.edu






























                                                                             1

⌨️ 快捷键说明

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