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