ubuntu-buildroot/output/build/host-gawk-5.2.0/test/swaplns.awk

8 lines
66 B
Awk

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