(root)/
gawk-5.2.2/
test/
nlinstr.awk
BEGIN { RS = "" }

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