The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

-h

Print help screen and exit.

BUGS

Only ASCII text is handled correctly.

AUTHORS

Dmitri Tikhonov

This code is freely modifiable and freely redistributable under Perl's Artistic License.