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
/
getline2.awk
blob: f4e413f936a538a8a46cf4fe41c2508fddff4069 (
plain
)
1
BEGIN
{
while
(
getline
>
0
)
{
print
}
}