read command
Reads a line on user input into one or more variables.
Usages
-
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.
Options
|
|
Make the variables global (see the setenv command). |