how to double space text?

buck%nrl-css at sri-unix.UUCP buck%nrl-css at sri-unix.UUCP
Sat Mar 17 04:20:14 AEST 1984


From:  Joe Buck <buck at nrl-css>

Use awk. The command

awk '{ printf "%s/n/n",$0 }' file

will print file doublespaced. If file is omitted, awk reads the standard
input, so it can be used in pipes.

-Joe



More information about the Comp.unix mailing list