Reads a line on user input into one or more variables.
Show allUsagesOptions
read [-g] variable_name [variablename2 ..]
If you specify more than one variable, each argument in the line is assigned to each variable. The last variable gets any remainder.
-g
Make the variables global (see the setenv command).