How do you get input from the user in shell scripts?
Answer
Using the keyword read so for example read x will wait for user input and will store it in the variable x.
Using the keyword read so for example read x will wait for user input and will store it in the variable x.