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
/
nlinstr.awk
blob: f403715c906af6d7d7522515b52d358bbe025621 (
plain
)
1
2
3
4
5
6
7
8
BEGIN
{
RS
=
""
}
{
if
(
/^@/
)
print
"not ok"
else
print
"ok"
}