What does read name do in a Bash script?
read name
Runs a command named name
name
Waits for input and stores it in the variable name
Copies the first command-line argument into name
Prints the current value of name