hi
expected is to print single 'obsolete' or single 'input error' text (when conditions are met), but for the first if condition print (in this example):
1 3 fields, a>10
2 3 fields, a>10
what is wrong with "exit" in code below?
# echo "a b c\na b c"|awk -va=11 '{if (NF==3&&a>10) print NR,NF"...