You are viewing a single comment's thread. Return to all comments →
read a read b (( a > b )) && echo "X is greater than Y " && exit 0 (( a == b )) && echo "X is equal to Y " && exit 0 (( a < b )) && echo "X is less than Y " && exit 0
Seems like cookies are disabled on this browser, please enable them to open this website
Comparing Numbers
You are viewing a single comment's thread. Return to all comments →