Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
8,607 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
9,940 |
Shell Programming and Scripting |
|
|
|
2 |
6,907 |
Shell Programming and Scripting |
|
|
|
2 |
8,195 |
Shell Programming and Scripting |
|
|
|
16 |
4,310 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,825 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,070 |
Shell Programming and Scripting |
|
|
|
3 |
2,431 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,756 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,465 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
14,462 |
Shell Programming and Scripting |
|
|
|
3 |
2,592 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
8,167 |
Shell Programming and Scripting |
|
|
|
1 |
6,758 |
Shell Programming and Scripting |
|
|
|
15 |
6,006 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
1,792 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,045 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,014 |
Programming |
|
|
|
2 |
4,268 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,716 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,992 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,340 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,558 |
Shell Programming and Scripting |
|
|
|
2 |
8,523 |
Programming |
|
|
|
3 |
3,144 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,801 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,798 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
2,356 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,801 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,732 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,923 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,258 |
Solaris |
|
|
|
3 |
3,249 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,529 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,601 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,463 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
2,335 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,296 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,863 |
Shell Programming and Scripting |
|
|
|
4 |
2,789 |
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)