SPACE(I)                         07/14/75                           SPACE(I)


NAME
	space - a filter for double spacing and/or indenting listings

SYNOPSIS
	space [ [-n] [-im] [filename] ]...
		where n and m are integers

DESCRIPTION
	space filename
		outputs file filename to the standard output, double-spaced
	space -n filename
		outputs file filename to the standard output, n-spaced,
		e.g., "space -3 x" outputs file x triple-spaced.
	space -im filename
		outputs filename indented m spaces

	The spacing and indentation arguments may be given together. Thus,
	"space -1 -i12 filename" will output filename single-spaced and
	indented 12 spaces.

	The spacing and indentation arguments may appear in either
	order, and as many times as desired.  Each applies to
	all files which follow it in the command.

	If no file arguments are given, the standard input is used.

FILES
	None

NOTE
	space may be called by the name indent if so desired.

AUTHOR
	Steve Zucker
