ref: 220fd4eb0abc25eb923a4f98d34dae3fd63c1b37 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" }