BSD 1 development
[unix-history] / man6 / expand.6
CommitLineData
0632d7e3
BJ
1.th EXPAND VI 8/5/77
2.sh NAME
3expand \- expand tabs to spaces in a file like the \fIex\fR xpand command
4.sh SYNOPSIS
5.bd expand
6[
7file ...
8]
9.sh DESCRIPTION
10.it Expand
11processes the named files or the standard input writing
12the standard output with tabs changed into blanks.
13Backspace characters are preserved into the output and decrement
14the column count for tab calculations.
15.s3
16.it Expand
17is useful for pre-processing character files
18(before sorting, looking at specific columns, etc.) that
19contain tabs.
20.sh SEE\ ALSO
21list (VI), p (VI)
22.sh BUGS