freebsd-skq/contrib/awk/test/swaplns.awk
1997-10-14 18:17:11 +00:00

8 lines
66 B
Awk

{
if ((getline tmp) > 0) {
print tmp
print
} else
print
}