NAME
fmt - simple text formatter
SYNOPSIS
fmt [-WIDTH] [OPTION]... [FILE]...
DESCRIPTION
Reformat each paragraph in FILE(s), writing to standard output. The option -WIDTH is an abbreviated form of -w DIGITS.
OPTIONS
- -w DIGITS
-
Maximum line width. This option can be specified in shortened version, -DIGITS. The default is 75.
BUGS
Only ASCII text is handled correctly.
AUTHORS
Dmitri Tikhonov
This code is freely modifiable and freely redistributable under Perl's Artistic License.