I needed some additional capabilities added to the fold utility so I
hacked my copy of the source code to add an additional option. This is
the option I added.
[elemings@cyberia src]$ ./fold --help
Usage: ./fold [OPTION]... [FILE]...
Wrap input lines in each FILE (standard input by default), writing
to
standard output.
-b, --bytes count bytes rather than columns
-s, --spaces break at spaces
-w, --width=WIDTH use WIDTH columns instead of 80
-l, --lead=LEAD indent folded lines with LEAD string
--help display this help and exit
--version output version information and exit
Report bugs to <[EMAIL PROTECTED]>.
It allows text that should be indented to be folded properly. If you
think this is a valuable option, I can submit patches.
Eric.
_______________________________________________
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils