CODING SHELL LINUX EL IF Hanif nurman on CODING SHELL LINUX On 01.02 with No comments #!/bin/bash echo -n "Masuk nilai="; read nilai if (( $nilai > 80 )) then echo "A" elif (( $nilai > 70 )) then echo "B" else echo "E" fi exit 0 Share this article : Tweet ✚ Enter your email address to get update from Hanif. Print PDF