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
/
nonfatal2.awk
blob: fedbba432ff258c5cedddef97b3d68bcbf1fd713 (
plain
)
1
2
3
4
5
BEGIN
{
PROCINFO
[
"NONFATAL"
]
=
1
print
>
"/dev/no/such/file"
print
ERRNO
}