#shell-scripting
Read more stories on Hashnode
Articles with this tag
Write an Example of If else in Shell Scripting that takes2 inputs from user and compares them #!/bin/bash echo "Enter the first number" read...