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
2 years ago