Reformat paragraphs of text to a specified width, removing extra whitespace and producing clean, consistently formatted output.
fmt-tool [options] [file...]
-w N: Set output width (default: 75)-u: Uniform spacing (one space between words)-s: Split long lines only (don't join short ones)fmt-tool -w 80 messy.txt
fmt-tool -u notes.txt
共 1 个版本