Usage

txtcut [ -dchar ] [ -n ] [ -l ] [ -c ] [ textfile ]


This program prepares a text file for the AIX cut command. If the name of the text file is missing, then txtcut reads from standard input.

For each line that contains one or more tokens, txtcut writes one line to stdout that contains the tokens. A delimiter character is placed between each pair of tokens.

The default delimiter character is a tab character. You may use the -d flag to change it to another character.