What does read name do in a Bash script?
read name
Prints the current value of name
name
Exports name to all child processes
Reads a file whose path is stored in name
Reads a line from standard input and assigns it to name