bsd man page for expand

Query: expand

OS: bsd

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

EXPAND(1)						      General Commands Manual							 EXPAND(1)

NAME
expand, unexpand - expand tabs to spaces, and vice versa
SYNOPSIS
expand [ -tabstop ] [ -tab1,tab2,...,tabn ] [ file ... ] unexpand [ -a ] [ file ... ]
DESCRIPTION
Expand 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. Expand is useful for pre-processing character files (before sorting, looking at specific columns, etc.) that contain tabs. If a single tabstop argument is given, then tabs are set tabstop spaces apart instead of the default 8. If multiple tabstops are given then the tabs are set at those specific columns. Unexpand puts tabs back into the data from the standard input or the named files and writes the result on the standard output. 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. 4th Berkeley Distribution May 9, 1986 EXPAND(1)
Related Man Pages
unexpand(1) - mojave
expand(1) - freebsd
unexpand(1) - hpux
expand(1) - osf1
unexpand(1) - sunos
Similar Topics in the Unix Linux Community
Expand ufs Filesystems
how to expand root partition size?
2540 volume expand and solaris zfs grow
Expand & Interpolation
[BASH] eval command not expanding variables as expected.