:man| Alphabetical   Categories   About us 
 
EXPAND (1) | General commands | Unix Manual Pages | :man

NAME

expand, unexpand - expand tabs to spaces, and vice versa

CONTENTS

Synopsis
Description
Environment
Exit Status
Standards
History

SYNOPSIS

expand [ -t
.Sm off tab1, tab2, ..., tabn
.Sm on ] [] unexpand [-a] [ -t
.Sm off tab1, tab2, ..., tabn
.Sm on ] []

DESCRIPTION

The expand utility processes the named files or the standard input writing the standard output with tabs changed into blanks. Backspace characters are preserved into the output and decrement the column count for tab calculations. The expand utility is useful for pre-processing character files (before sorting, looking at specific columns, etc.) that contain tabs.

The unexpand utility puts tabs back into the data from the standard input or the named files and writes the result on the standard output.

The following options are available:

-a ( unexpand only.) By default, only leading blanks and tabs are reconverted to maximal strings of tabs. If the -a option is given, then tabs are inserted whenever they would compress the resultant file by replacing two or more characters.
-t -Sm tab1, tab2, ..., tabn Sm
Set tab stops at column positions tab1, tab2, ..., tabn. If only a single number is given, tab stops are set that number of column positions apart instead of the default number of 8.

ENVIRONMENT

The LANG, LC_ALL and LC_CTYPE environment variables affect the execution of expand and unexpand as described in environ(7).

EXIT STATUS


.Ex -std expand unexpand

STANDARDS

The expand and unexpand utilities conform to -p1003.1-2001.

HISTORY

The expand command appeared in BSD 3.0 .

April 21, 2002 EXPAND (1)
shtml">manServer 1.07 from expand.1 using doc macros.

 
Created by Blin Media, 2008-2013