THE read COMMAND

read [options] variablesread input into variables according to options
read name?promptdisplay prompt and read the response into name

read Options

–p read input line from a co-process
–r do not treat \ as line continuation character
–s save a copy of input line in command history file
–un read input line from file descriptor n. If file descriptor is greater than 2, it must first be opened with exec. If n is not specified, default file descriptor is 0.

Get Korn Shell: Unix and Linux Programming Manual, Third Edition, The now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.