ref: 0096fa60008346f24de36064930c911ced766961 dir: /bugs-fixed/getline-numeric.awk/
{ print $0, ($0 <= 50 ? "<=" : ">"), 50 getline dd < ARGV[1] print dd, (dd <= 50 ? "<=" : ">"), 50 if (dd == $0) print "same" }