fold -s -w 40 README.md

Category: Administration

fold -s -w 40 README.md

Wrap long lines at spaces

fold wraps lines longer than the width, and -s breaks at spaces instead of splitting words in half. The -w flag sets the width, here 40 columns. This formats plain text for narrow terminals or email without a full text formatter.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.