Wrap input lines to fit in specified width, writes each FILE (&qt;-&qt;&qt; means standard input), or standard input if none are given, to standard output, breaking long lines.
SYNTAX
fold [options]… [FILE]…
By default, &qt;fold&qt;&qt; breaks lines wider than 80 columns. The output is split into as many lines as necessary.
&qt;fold&qt;&qt; counts screen columns by default; thus, a tab may count more than one column, backspace decreases the column count, and carriage return sets the column to zero.
OPTIONS
&qt;-b&qt;&qt;
&qt;–bytes&qt;&qt;
Count bytes rather than columns, so that tabs, backspaces, and
carriage returns are each counted as taking up one column, just
like other characters.
&qt;-s&qt;&qt;
&qt;–spaces&qt;&qt;
Break at word boundaries: the line is broken after the last blank
before the maximum line length. If the line contains no such
blanks, the line is broken at the maximum line length as usual.
&qt;-w WIDTH&qt;&qt;
&qt;–width=WIDTH&qt;&qt;
Use a maximum line length of WIDTH columns instead of 80.