Fold
|
From Linuxconfig.org
.. back to the list of Linux Commands
Name
fold - wrap each input line to fit in specified width
Synopsis - man page
fold [OPTION]... [FILE]...
Frequently used options
-w, --width=WIDTH
use WIDTH columns instead of 80
Examples
fold file to width of 3 characters:
fold -3 commands.txt















