index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
swaplns.awk
blob: 6bf2240a9dab29f669aa7e62db003146af702926 (
plain
)
1
2
3
4
5
6
7
{
if
((
getline
tmp
)
>
0
)
{
print
tmp
print
}
else
print
}