Posted on May 14, 2020May 14, 2020 Description Submission Spacing is important read X read Y if [[ $X -eq $Y ]] then echo "X is equal to Y" elif [[ $X -lt $Y ]] then echo "X is less than Y" else echo "X is greater than Y" fi By Bill0412 Bash