UNTAB(I)                        02/24/75                             UNTAB(I)

NAME
	untab - removes the tabs from one or more files
		and sends the results to the standard output

SYNOPSIS
	untab [file1 file2 ... ]

DESCRIPTION
	untab concatenates the specified files to the standard output,
	replacing tabs with from one to eight blanks. If no files are
	specified, the standard input is assumed.

BUGS
	The program should allow the tabs to be something other than
	every eight spaces.

AUTHOR
	Keith H Davis
	Modified by Steve Zucker to allow input files to be specified
		and to use buffered input and output.
SEE ALSO
	tab(I)
