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
/
revout.awk
blob: 25f62fc7f7b1c8417f70740e79332a607f3ffa40 (
plain
)
1
2
3
4
5
6
@load
"revoutput"
BEGIN
{
REVOUT
=
1
print
"hello, world"
>
"/dev/stdout"
}