I have a Bash shell script in which I would like to pause execution until the user presses a key. In DOS, this is easily accomplished with the pause command. Is there a Linux equivalent I can use in my script?

11 Answers
11

Leave a Reply

Your email address will not be published. Required fields are marked *