Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
21,818 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
99,452 |
Shell Programming and Scripting |
|
|
|
2 |
70,227 |
Shell Programming and Scripting |
|
|
|
2 |
66,367 |
Shell Programming and Scripting |
|
|
|
16 |
13,569 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,055 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,426 |
Shell Programming and Scripting |
|
|
|
3 |
5,900 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,017 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,981 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
26,816 |
Shell Programming and Scripting |
|
|
|
3 |
5,617 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
18,971 |
Shell Programming and Scripting |
|
|
|
1 |
16,273 |
Shell Programming and Scripting |
|
|
|
15 |
39,694 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,753 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,637 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
24,723 |
Programming |
|
|
|
2 |
10,247 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
9,960 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,805 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,225 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
8,187 |
Shell Programming and Scripting |
|
|
|
2 |
14,943 |
Programming |
|
|
|
3 |
6,483 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,082 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,087 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,306 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,562 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
7,376 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,815 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
33,034 |
Solaris |
|
|
|
3 |
8,936 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,701 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,712 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,686 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
6,245 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,939 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,985 |
Shell Programming and Scripting |
|
|
|
4 |
7,316 |
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)