Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
21,820 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
99,456 |
Shell Programming and Scripting |
|
|
|
2 |
70,228 |
Shell Programming and Scripting |
|
|
|
2 |
66,368 |
Shell Programming and Scripting |
|
|
|
16 |
13,572 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,056 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,426 |
Shell Programming and Scripting |
|
|
|
3 |
5,903 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,017 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,981 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
26,819 |
Shell Programming and Scripting |
|
|
|
3 |
5,618 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
18,971 |
Shell Programming and Scripting |
|
|
|
1 |
16,274 |
Shell Programming and Scripting |
|
|
|
15 |
39,701 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,754 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,638 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
24,726 |
Programming |
|
|
|
2 |
10,249 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,963 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,805 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,228 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
8,187 |
Shell Programming and Scripting |
|
|
|
2 |
14,948 |
Programming |
|
|
|
3 |
6,484 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,083 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,087 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,312 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,563 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
7,383 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,816 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
33,037 |
Solaris |
|
|
|
3 |
8,937 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,703 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,713 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,689 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
6,246 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,940 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,986 |
Shell Programming and Scripting |
|
|
|
4 |
7,316 |
Shell Programming and Scripting |
line(1) User Commands line(1)
NAME
line - read one line
SYNOPSIS
line
DESCRIPTION
The line utility copies one line (up to and including a new-line) from the standard input and writes it on the standard output. It returns
an exit status of 1 on EOF and always prints at least a new-line. It is often used within shell files to read from the user's terminal.
EXIT STATUS
Exit status is:
0 Successful completion
>0 End-of-file on input.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO
sh(1), read(2), attributes(5)
SunOS 5.10 1 Feb 1995 line(1)