Abstract
- Controlled by Device Controller
- Examples are like keyboard and monitor
Useful Commands
read
- BASH, not for ZSH builtin for retrieving data from standard input
# Display a prompt before the input:
read -p "Enter your input here: " variable
read
# Display a prompt before the input:
read -p "Enter your input here: " variable