Huh, who knew this existed:
cat <some-verbose-output> | fold -70
-
fold -s
folds at whitespace -
Also look at the
fmt
command, which seems similar to emacs’fill-paragraph
. -
pr
gives a pretty display with margins, headers, and page numbers.
Huh, who knew this existed:
cat <some-verbose-output> | fold -70
fold -s
folds at whitespace
fmt
command, which seems similar to emacs’
fill-paragraph
.
pr
gives a pretty display with margins, headers, and page numbers.