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

8 lines
66 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
{
if ((getline tmp) > 0) {
print tmp
print
} else
print
}