1. Name fold [man page] - wrap each input line to fit in specified width 2. Synopsis fold [OPTION]... [FILE]... 3. Frequently used options -w, --width=WIDTH use WIDTH columns instead of 80 4. Examples fold file to width of 3 characters: fold -3 commands.txt
|