wrap(1) - Linux man page
Name
wrap - filter to word-wrap textSynopsis
wrap [-w width] [--version --help]Description
This program reads text from standard input, word-wraps it, and writes the result to standard output. The text is formatted to fit a specified number of columns. Extraneous whitespace is removed and lines are only broken on word boundaries.
Options
- --help
- Display a command synopsis and exit.
- --version
- Display the program's version information and exit.
- -w width
- Specify the maximum number of columns width that the text may span. The minimum value of width is 10.