Answers for "how to read from keyboard in bash and store in a variable"

0

how to read from keyboard in bash and store in a variable

#!/bin/bash
read -p "Enter your name : " name
echo "Hi, $name. Let us be friends!"
Posted by: Guest on October-27-2020

Code answers related to "how to read from keyboard in bash and store in a variable"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language