Comparing two numbers by eban

q="=<>"
while read a b
do
echo $a ${q:2*(a>b)+(a<b):1} $b
done

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page