Documented in Volume 1 of the UNIX Programmers Manual.
% fold -10 infile > outfile will read infile, and output one line for every ten columns input. The results are stored into outfile. This is how to force line length to be no longer than 10 columns.
To Index