Software:read (Unix)

From HandWiki
Revision as of 06:11, 19 October 2022 by Unex (talk | contribs) (over-write)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

read
Operating systemUnix, Unix-like, Inferno
TypeCommand

read is a command found on Unix and Unix-like operating systems such as Linux. It reads a line of input from standard input or a file passed as an argument to its -u flag, and assigns it to a variable.

In Unix shells, like Bash, it is present as a shell built in function, and not as a separate executable file.[1]

References