I want to pause input in a shell script, and prompt the user for choices. The standard Yes, No, or Cancel type question. How d
Yes
No
Cancel
echo "Please enter some input: " read input_variable echo "You entered: $input_variable"