Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
9,465 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
11,461 |
Shell Programming and Scripting |
|
|
|
2 |
7,539 |
Shell Programming and Scripting |
|
|
|
2 |
8,840 |
Shell Programming and Scripting |
|
|
|
16 |
4,623 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,925 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,225 |
Shell Programming and Scripting |
|
|
|
3 |
2,508 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,862 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,651 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
15,479 |
Shell Programming and Scripting |
|
|
|
3 |
2,677 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
8,727 |
Shell Programming and Scripting |
|
|
|
1 |
7,284 |
Shell Programming and Scripting |
|
|
|
15 |
9,331 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
1,891 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,185 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,779 |
Programming |
|
|
|
2 |
4,451 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,016 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,091 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,408 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,667 |
Shell Programming and Scripting |
|
|
|
2 |
8,748 |
Programming |
|
|
|
3 |
3,356 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,915 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,874 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
2,483 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,875 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,054 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,997 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
15,372 |
Solaris |
|
|
|
3 |
4,355 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,874 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,822 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,596 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
2,480 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,404 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,957 |
Shell Programming and Scripting |
|
|
|
4 |
2,964 |
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)