4.4BSD/usr/src/contrib/gawk-2.15.2/test/swaplns.awk

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