feed-image  Delivered by FeedBurner  ISSN 1836-5930





Poll

Which of following tutorials would you like to see on the Linuxconfig.org?
 
Partner Linux Sites
TuxMachines
DebianAdmin
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
FreeSoftwareLinux
Jam's Ubuntu Blog
All For Linux

fold
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 
fold file to width of 3 characters