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
/
profile13.awk
blob: dc090ae9b7e1e952acba368a6d30ff24ea401585 (
plain
)
1
2
3
4
BEGIN
{
printf
"hello
\n
"
>
"/dev/stderr"
printf
(
"hello
\n
"
)
>
"/dev/stderr"
}