how to double space text?

Dave Sherman dave at utcsrgv.UUCP
Thu Mar 15 14:24:10 AEST 1984


First way:
	ed file
	g/^/a 
	w
	q
	
Note that there is a blank after the "a" in <<g/^/a >>. Your
editor may not have this feature, but then again it might.

Second way:
Stick
	.nf
	.pl 1
	.ls 2
at the beginning of the file and run it through nroff.

Dave Sherman
Toronto
-- 
 {allegra,cornell,decvax,ihnp4,linus,utzoo}!utcsrgv!dave



More information about the Comp.unix mailing list