fold
Last Updated on Sunday, 19 December 2010 09:58
| Article Index |
|---|
| 1. Name |
| 2. Synopsis |
| 3. Frequently used options |
| 4. Examples |
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
















