June 2003
Beginner to intermediate
944 pages
43h 1m
English
fold
fold [option] [files]Break the lines of the named files so that they are no wider than the specified width (default is 80). fold breaks lines exactly at the specified width, even in the middle of a word. Reads from standard input when given - as a file.
Count bytes, not columns (i.e., consider tabs, backspaces, and carriage returns to be one column).
Break at spaces only, if possible.
Set the maximum line width to width. The flags -w 6, --width 6, and -6 will all set the maximum width to six columns.
Read now
Unlock full access