*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> expand (1)              
Title
Content
Arch
Section
 

EXPAND(1)

Contents


NAME    [Toc]    [Back]

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

SYNOPSIS    [Toc]    [Back]

     expand [-t tab1,tab2,...,tabn] [file ...]
     unexpand [-a] [-t tab1,tab2,...,tabn] [file ...]

DESCRIPTION    [Toc]    [Back]

     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 tab1,tab2,...,tabn
	     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    [Toc]    [Back]

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

DIAGNOSTICS    [Toc]    [Back]

     The expand and unexpand utilities exit 0 on success, and >0 if an error
     occurs.

STANDARDS    [Toc]    [Back]

     The expand and unexpand utilities conform to IEEE Std 1003.1-2001
     (``POSIX.1'').

HISTORY    [Toc]    [Back]

     The expand command appeared in 3.0BSD.


FreeBSD 5.2.1			April 21, 2002			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
expand Linux convert tabs to spaces
expand IRIX convert tabs to spaces
unexpand IRIX convert spaces to tabs
unexpand Linux convert spaces to tabs
if_nametoindex OpenBSD convert interface index to name, and vice versa
if_nameindex OpenBSD convert interface index to name, and vice versa
if_indextoname OpenBSD convert interface index to name, and vice versa
if_freenameindex OpenBSD convert interface index to name, and vice versa
Text::Tabs IRIX expand and unexpand tabs per the unix expand(1) and unexpand(1)
extattr_string_to_namespace OpenBSD convert an extended attribute namespace identifier to a string and vice versa
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service