LINE(1) DOMAIN/IX Reference Manual (SYS5) LINE(1)
NAME
line - read one line
USAGE
line
DESCRIPTION
Line copies one line (up to a newline) from the standard
input and writes it on the standard output. It returns an
exit code of 1 on EOF and always prints at least a newline.
Line is often used within Shell files to read from the
user's terminal.
RELATED INFORMATION
sh (1), read (2).
Printed 6/10/85 LINE-1