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
/
reindops.awk
blob: 13ae657665750f1c52fab6313de9ecdaaa9ccab4 (
plain
)
1
2
3
4
5
6
{
if
(
$1
!~
/^+[2-9]/
)
print
"gawk is broken"
else
print
"gawk is ok"
}