freebsd-nq/contrib/awk/test/nlinstr.awk
2001-11-02 21:06:08 +00:00

9 lines
70 B
Awk

BEGIN { RS = "" }
{
if (/^@/)
print "not ok"
else
print "ok"
}