_==0 "exec" "gawk" "-f" "$0" function f(n){ return n==0?"=":(length(n)+1==length(-n)?"\x3e":"\x3c") } NR!=1{ print f($1-$2) }