freebsd_amp_hwpstate/contrib/awk/test/swaplns.awk

8 lines
66 B
Awk

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