summaryrefslogtreecommitdiffstats
path: root/text-utils/line.1
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/line.1')
-rw-r--r--text-utils/line.117
1 files changed, 17 insertions, 0 deletions
diff --git a/text-utils/line.1 b/text-utils/line.1
new file mode 100644
index 000000000..2c356a6bd
--- /dev/null
+++ b/text-utils/line.1
@@ -0,0 +1,17 @@
+.\" This page is in the public domain
+.Dd August 2, 2001
+.Dt line 1
+.Os Linux 2.4
+.Sh NAME
+.Nm line
+.Nd read one line
+.Sh SYNOPSIS
+.Nm
+.Sh DESCRIPTION
+.Nm
+copies one line (up to a newline) from standard input and writes it to
+standard output. It always prints at least a newline and returns an exit
+code of 1 on EOF.
+.Sh SEE ALSO
+.Xr read 2 ,
+.Xr sh 1