fold - manual page for fold 1.31.1
fold [-bs] [-w WIDTH] [FILE]...
BusyBox v1.31.1 (2020-04-30 13:38:01 EDT) multi-call binary.
Wrap input lines in each FILE (or stdin), writing to stdout
- -b
- Count bytes rather than columns
- -s
- Break at spaces
- -w
- Use WIDTH columns instead of 80