index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
}