bash ask input code example Example: shell promt user input #!/bin/bash read -p "Enter Your Name: " username echo "Welcome $username!"