Break long lines of text at a specified width, making them fit within terminal columns or document margins.
fold-tool [options] [file...]
-w N: Set line width to N characters (default: 80)-s: Break at spaces only (don't split words)-b: Count bytes instead of columnsfold-tool -w 72 longlines.txt
fold-tool -w 100 -s paragraph.txt
共 1 个版本