Home
Manpages
About
(root)/
gawk-5.2.2/
test/
reindops.awk
{ if ($1 !~ /^+[2-9]/) print "gawk is broken" else print "gawk is ok" }