Next: , Previous: , Up: Command-line commands   [Contents][Index]


17.4.60 read

Command: read [-s] [var]

Read a line of input from the user. If an environment variable var is given, set that environment variable to the line of input that was read, with no terminating newline. If the parameter -s is used, enable silent mode where input is not printed to the terminal.