|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
FOLD(1) FreeBSD General Commands Manual FOLD(1)
NAME
fold -- fold long lines for finite width output device
SYNOPSIS
fold [-bs] [-w width] [file ...]
DESCRIPTION
The fold utility is a filter which folds the contents of the specified
files, or the standard input if no files are specified, breaking the
lines to have a maximum of 80 columns.
The options are as follows:
-b Count width in bytes rather than column positions.
-s Fold line after the last blank character within the first width
column positions (or bytes).
-w width
Specify a line width to use instead of the default 80 columns.
Width should be a multiple of 8 if tabs are present, or the tabs
should be expanded using expand(1) before using fold.
ENVIRONMENT
The LANG, LC_ALL and LC_CTYPE environment variables affect the execution
of fold as described in environ(7).
SEE ALSO
expand(1), fmt(1)
STANDARDS
The fold utility conforms to IEEE Std 1003.1-2001 (``POSIX.1'').
BUGS
If underlining is present it may be messed up by folding.
FreeBSD 6.2 August 2, 2004 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 19:56:53 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5500 hits) (FreeBSD 6.2)
sqlite3 man page (5423 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4921 hits) (Solaris 10 11_06)
CPAN man page (4660 hits) (Suse Linux 10.1)
ssh man page (4365 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3082 hits) (Solaris 10 11_06)
netcat man page (2906 hits) (Suse Linux 10.1)
signal man page (2757 hits) (Suse Linux 10.1)
pprosetup man page (2549 hits) (Solaris 10 11_06)
startproc man page (2549 hits) (Suse Linux 10.1)
|