(root)/
gawk-5.2.2/
test/
swaplns.awk
{
	if ((getline tmp) > 0) {
		print tmp
		print
	} else
		print
}