Upload Tizen:Base source
[framework/base/util-linux-ng.git] / text-utils / line.1
1 .\" This page is in the public domain
2 .TH LINE 1 "2002-07-07" "" "User Commands"
3 .SH NAME
4 line \- read one line
5 .SH SYNOPSIS
6 .B line
7 .SH DESCRIPTION
8 The utility
9 .I line
10 copies one line (up to a newline) from standard input to standard output.
11 It always prints at least a newline and returns an exit status of 1
12 on EOF or read error.
13 .SH "SEE ALSO"
14 .BR read (1)
15 .SH AVAILABILITY
16 The line command is part of the util-linux-ng package and is available from
17 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.