Line

From LQWiki
Jump to navigation Jump to search

line reads a line from standard input and outputs it to standard output. It always outputs at least a newline and returns an exit status of 1 on EOF or error.

Provided by

Most (all?) Linux distributions incorporate this from the [util-linux] project

See also