summaryrefslogtreecommitdiff
path: root/usr/src/test/util-tests/tests/awk/gnu/swaplns.awk
blob: 6bf2240a9dab29f669aa7e62db003146af702926 (plain)
1
2
3
4
5
6
7
{
	if ((getline tmp) > 0) {
		print tmp
		print
	} else
		print
}