par

Reflow and format paragraphs in email and text files

brewmacoslinux
Try with needOr install directly
Source

About

Paragraph reflow for email

Commands

par

Examples

Reflow a paragraph to 72 characters width with one space sentence separation$ par 72 < input.txt
Reflow text to 80 chars, justify left, with 4 space indentation$ par 80j4 < input.txt
Format quoted email text preserving quote marks$ par 72 > output.txt < email_body.txt