LINE(1) DOMAIN/IX 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 12/4/86 LINE-1