read -p "Enter your name : " name echo $name
# read into arbitrary new variable read SOME_VARIABLE echo $SOME_VARIABLE