Fold


From Linuxconfig.org

Jump to: navigation, search

.. 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

Image:fold01.gif

.. back to the list of Linux Commands

Personal tools
Linux Commands