WRAP - Break Up Long Lines in a File

WRAP is a simple program that reads a file and makes a copy in which long lines have been broken up, where possible. The program does nothing to lines that are no more than 80 characters long. Longer lines are broken into several lines.

Once compiled, the program is invoked by a command like:

wrap original wrapped

Files you may copy include:

Back to the C software page.


Last revised on 25 September 2000.