]> git.ipfire.org Git - thirdparty/util-linux.git/blob - text-utils/line.1
wipefs: add --lock and LOCK_BLOCK_DEVICE
[thirdparty/util-linux.git] / text-utils / line.1
1 .\" This page is in the public domain
2 .TH LINE 1 "July 2002" "util-linux" "User Commands"
3 .SH NAME
4 line \- read one line
5 .SH SYNOPSIS
6 .B line
7 .SH DESCRIPTION
8 The utility
9 .B 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 (1p)
15 .SH AVAILABILITY
16 The line command is part of the util-linux package and is available from
17 https://www.kernel.org/pub/linux/utils/util-linux/.