LXer: Bash read Command
by LXer from LinuxQuestions.org on (#5C842)
Published at LXer:
read is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split the line into words.
Read More...


read is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split the line into words.
Read More...