UNCONTROL
Remove Control Characters From a File


UNCONTROL is an executable C++ program that reads a file and makes a copy with no control characters (except for carriage control).

Related Data and Programs:

CR2LF is an executable C++ program which reads a text file and replaces carriage returns by line feeds.

CRRM is an executable C++ program which makes a copy of a text file which contains no carriage returns.

DEBLANK is an executable C++ program which makes a copy of a text file which contains no blank lines.

DECOMMENT is an executable C++ program which makes a copy of a text file which contains no comment lines (lines which begin with "#").

FILUM is a library of C++ routines for performing various operations on files.

REFORMAT is an executable FORTRAN90 program which reads a text file that contains only real values, and writes a copy which has a fixed number of real values on each line.

REWORD is an executable C++ program which reads a text file and writes a copy which has a fixed number of "words" per line.

WRAP is an executable C++ program which makes a copy of a text file in which no line is longer than a user-specified wrap length.

WRAP2 is an executable C++ program which wraps long lines in a text file, but which wraps some lines "early", so as to avoid breaking words.

Usage:

uncontrol old_file new_file
reads the file old_file and makes a copy new_file containing no control characters.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 02 December 2006.