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
/
getline.good
blob: 9b7f2b90efeefad4e5e9f2cdd2ef20bf6796ea0f (
plain
)
1
2
BEGIN { while( getline > 0) { print } } BEGIN { while( getline > 0) { print } }