You are viewing a single comment's thread. Return to all comments →
read x read y
[ "y" ] && echo "X is equal to Y" && exit [ "y" ] && echo "X is less than Y" && exit echo "X is greater than Y"
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 →
!/bin/bash
read x read y
[ "y" ] && echo "X is equal to Y" && exit [ "y" ] && echo "X is less than Y" && exit echo "X is greater than Y"