linuxBash if if [ $value -eq 1 ] then echo "Good job" elif [ $value -gt 1 ] then echo "Excellent job" else echo "Nothing happened" fi Advertisements Like this:Like Loading... Published by proch small things 'round the web View all posts by proch