😀
Linux Notes
Ctrl
k
Copy
Shell Scripting
Input and Output
Copy
#! /bin/bash
echo
"What is your name?"
read
name
echo
" hello $name"
Previous
Variables
Next
alias
Last updated
2 years ago