Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
22,130 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
100,046 |
Shell Programming and Scripting |
|
|
|
2 |
70,660 |
Shell Programming and Scripting |
|
|
|
2 |
66,771 |
Shell Programming and Scripting |
|
|
|
16 |
13,902 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,215 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,471 |
Shell Programming and Scripting |
|
|
|
3 |
6,050 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,159 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,153 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
26,895 |
Shell Programming and Scripting |
|
|
|
3 |
5,749 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
19,043 |
Shell Programming and Scripting |
|
|
|
1 |
16,333 |
Shell Programming and Scripting |
|
|
|
15 |
40,551 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,916 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,769 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
25,081 |
Programming |
|
|
|
2 |
10,451 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,160 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,905 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,348 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
8,211 |
Shell Programming and Scripting |
|
|
|
2 |
15,222 |
Programming |
|
|
|
3 |
6,631 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,213 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,229 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,516 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,687 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
7,600 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,971 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
33,601 |
Solaris |
|
|
|
3 |
9,100 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,838 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,853 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,802 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
6,267 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,068 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,996 |
Shell Programming and Scripting |
|
|
|
4 |
7,348 |
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)