[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 5

untab Command

Purpose

Changes tabs into spaces.

Syntax

untab FileName ... ]

Description

The untab command reads the file specified by the FileName parameter or standard input, and replaces tabs in the input with space characters. If you specify a file with the FileName parameter, the untab command writes the resulting file back to the original file. If the input is standard input, the untab command writes to standard output. The untab command assumes that tab stops are set every eight columns, starting with column nine. The file name specified for the FileName parameter cannot exceed PATH_MAX-9 bytes in length.

Example

To replace tab characters in the File file with space characters, enter:

untab File

Files

/usr/bin/untab
Contains the untab command.
                         

Related Information

The expand command, newform command, tab command, unexpand command.

Files Overview in AIX Version 4.3 System User's Guide: Operating System and Devices.

Input and Output Redirection Overview in AIX Version 4.3 System User's Guide: Operating System and Devices.


[ Previous | Next | Contents | Glossary | Home | Search ]