ubuntu-buildroot/output/build/host-gawk-5.2.0/test/nlinstr.awk

9 lines
70 B
Awk

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