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
/
gtlnbufv.awk
blob: ce7d243c9c70899f0c4949b6402ed5c8b555e044 (
plain
)
1
2
/@K@CODE/
{
print
;
getline
temp
;
print
temp
;
next
}
{
print
}