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,462 |
Shell Programming and Scripting |
|
|
|
2 |
70,230 |
Shell Programming and Scripting |
|
|
|
2 |
66,373 |
Shell Programming and Scripting |
|
|
|
16 |
13,573 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,056 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,428 |
Shell Programming and Scripting |
|
|
|
3 |
5,903 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,018 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,983 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
26,820 |
Shell Programming and Scripting |
|
|
|
3 |
5,619 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
18,971 |
Shell Programming and Scripting |
|
|
|
1 |
16,275 |
Shell Programming and Scripting |
|
|
|
15 |
39,707 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,756 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,638 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
24,728 |
Programming |
|
|
|
2 |
10,251 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,965 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,806 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,228 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
8,187 |
Shell Programming and Scripting |
|
|
|
2 |
14,951 |
Programming |
|
|
|
3 |
6,486 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,084 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,088 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,315 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,566 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
7,385 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,818 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
33,042 |
Solaris |
|
|
|
3 |
8,937 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,703 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,717 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,691 |
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,318 |
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)