Please enable JavaScript to view this site.

Navigation: TCC-RT > Commands

TPIPE command - Text filtering, search, substitution, and conversion

Scroll Prev Top Next More
Purpose:Text filtering, search, substitution, conversion, and sorting

 

Format:See Options below.

 

Usage:

 

TPIPE does text filtering, substitution, conversion, and sorting on text files. If you don't specify an input filename, TPIPE will read from standard input if it has been redirected. If you don't specify an output filename, TPIPE will write to standard output. This is substantially slower than reading from and writing to files, but allows you to use TPIPE with pipes.

 

You can specify multiple filters, which will be processed in the order they appear on the command line. Do not insert any unquoted whitespace or switch characters in the arguments to an option. If you do need to pass whitespace, switch characters, or double quotes in an argument, you can quote the entire option in single back quotes.

 

Row and column positions start at 1.

 

TPIPE defaults to UTF8 encoding when loading or saving files.

 

If you need to process a Windows Unicode UTF-16 file, unless the filter supports Unicode directly (for example, /simple) you'll need to convert it to UTF-8 first (see /unicode=...).

 

Options: