uncontrol


uncontrol, a C++ code which reads a file and makes a copy with no control characters (except for carriage control).

Usage:

uncontrol old new
where

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

uncontrol is available in a C++ version.

Related Data and codes:

uncontrol_test

cr2lf, a C++ code which reads a text file and replaces carriage returns by line feeds.

crrm, a C++ code which makes a copy of a text file which contains no carriage returns.

deblank, a C++ code which makes a copy of a text file which contains no blank lines.

decomment, a C++ code which makes a copy of a text file which contains no comment lines (lines which begin with "#").

detroff, a C++ code which removes from a file every occurrence of the TROFF overprint pair character+backspace, which can make a MAN page printable;

filum, a C++ code which performs various operations on files.

reformat, a FORTRAN90 code 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, a C++ code which reads a text file and writes a copy which has a fixed number of "words" per line.

wrap, a C++ code which makes a copy of a text file in which no line is longer than a user-specified wrap length.

wrap2, a C++ code which wraps long lines in a text file, but which wraps some lines "early", so as to avoid breaking words.

Source Code:


Last revised on 27 April 2024.