Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
3,668 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
4,846 |
Shell Programming and Scripting |
|
|
|
2 |
4,553 |
Shell Programming and Scripting |
|
|
|
2 |
5,615 |
Shell Programming and Scripting |
|
|
|
16 |
3,071 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,112 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
7,974 |
Shell Programming and Scripting |
|
|
|
3 |
1,935 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,257 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
914 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
11,011 |
Shell Programming and Scripting |
|
|
|
3 |
2,092 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
5,639 |
Shell Programming and Scripting |
|
|
|
1 |
4,318 |
Shell Programming and Scripting |
|
|
|
15 |
3,724 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
1,378 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,533 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
9,370 |
Programming |
|
|
|
2 |
3,511 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,433 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,693 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
6,630 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,024 |
Shell Programming and Scripting |
|
|
|
2 |
7,578 |
Programming |
|
|
|
3 |
2,175 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,003 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,460 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
1,780 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,561 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,198 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,573 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,112 |
Solaris |
|
|
|
3 |
1,969 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,099 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
1,658 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
8,676 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
1,696 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,882 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,378 |
Shell Programming and Scripting |
|
|
|
4 |
2,031 |
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)