bars
π
Linux Notes
search
circle-xmark
β
Ctrl
k
copy
Copy
chevron-down
Shell Scripting
Input and Output
Copy
#!
/bin/bash
echo
"
What is your name?
"
read
name
echo
"
hello
$name
"
Previous
Variables
chevron-left
Next
alias
chevron-right
Last updated
3 years ago