Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
8,214 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
9,752 |
Shell Programming and Scripting |
|
|
|
2 |
6,763 |
Shell Programming and Scripting |
|
|
|
2 |
8,076 |
Shell Programming and Scripting |
|
|
|
16 |
4,193 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,767 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,031 |
Shell Programming and Scripting |
|
|
|
3 |
2,404 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,688 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,403 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
14,106 |
Shell Programming and Scripting |
|
|
|
3 |
2,558 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
7,817 |
Shell Programming and Scripting |
|
|
|
1 |
6,487 |
Shell Programming and Scripting |
|
|
|
15 |
5,862 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
1,757 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,972 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,691 |
Programming |
|
|
|
2 |
4,236 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,598 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,973 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,293 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,524 |
Shell Programming and Scripting |
|
|
|
2 |
8,451 |
Programming |
|
|
|
3 |
3,084 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,751 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,770 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
2,316 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,775 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,679 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,899 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,059 |
Solaris |
|
|
|
3 |
2,873 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,268 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,516 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,402 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
2,276 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,272 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,812 |
Shell Programming and Scripting |
|
|
|
4 |
2,706 |
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)