fmt [file...]

Simple text formatter

Arguments

NameDescription
fileFile(s) to format

Options

NameDescription
-cCenter the text, line by line. In this case, most of the other options are ignored; no splitting or joining of lines is done
-mTry to format mail header lines contained in the input sensibly
-nFormat lines beginning with a ‘.’ (dot) character
-pAllow indented paragraphs. Without the -p flag, any change in the amount of whitespace at the start of a line results in a new paragraph being begun
-sCollapse whitespace inside lines, so that multiple whitespace characters are turned into a single space. (Or, at the end of a sentence, a double space.)
-d <chars>Treat the chars (and no others) as sentence-ending characters. By default the sentence-ending characters are full stop (‘.’), question mark (‘?’) and exclamation mark (‘!’). Remember that some characters may need to be escaped to protect them from your shell
-l <number>Replace multiple spaces with tabs at the start of each output line, if possible. Each number spaces will be replaced with one tab. The default is 8. If number is 0, spaces are preserved
-t <number>Assume that the input files' tabs assume number spaces per tab stop. The default is 8