how to double space text?

G.TOMASEVICH grt at hocda.UUCP
Thu Mar 15 06:42:26 AEST 1984


The following Bourne shell script double-spaces text.

while read line
do
	echo $line; echo
done



More information about the Comp.unix mailing list