Home
Press ? for keyboard navigation
❮
Redirect multiline string
Counter
❯
User Input (read)
examples/bash/user_input.sh
#!/bin/bash
echo
"Please type in your name"
read
name
echo
"Welcome '
$name
'"
Catching user input
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)