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
/
childin.awk
blob: 041c6ec1487e3d84e17bb59b7427ae75ac16d6ad (
plain
)
1
BEGIN
{
"cat"
|
getline
;
print
;
close
(
"cat"
)
}