BSD 3 development
[unix-history] / usr / man / man1 / expand.1
CommitLineData
1a5adda8
BJ
1.TH EXPAND 1 2/24/79
2.UC
3.SH NAME
4expand \- expand tabs to spaces
5.SH SYNOPSIS
6.B expand
7[
8\-tabstop
9] [
10\-tab1,tab2,...,tabn
11] [
12file ...
13]
14.SH DESCRIPTION
15.I Expand
16processes the named files or the standard input writing
17the standard output with tabs changed into blanks.
18Backspace characters are preserved into the output and decrement
19the column count for tab calculations.
20.I Expand
21is useful for pre-processing character files
22(before sorting, looking at specific columns, etc.) that
23contain tabs.
24.PP
25If a single
26.I tabstop
27argument is given then tabs are set
28.I tabstop
29spaces apart instead of the default 8.
30If multiple tabstops are given then the tabs are set at those
31specific columns.
32.SH AUTHOR
33Bill Joy
34.SH BUGS