Unix and Linux Discussions Tagged with line |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
9,506 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
11,717 |
Shell Programming and Scripting |
|
|
|
2 |
7,668 |
Shell Programming and Scripting |
|
|
|
2 |
8,976 |
Shell Programming and Scripting |
|
|
|
16 |
4,640 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,938 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,236 |
Shell Programming and Scripting |
|
|
|
3 |
2,511 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,865 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,659 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
15,514 |
Shell Programming and Scripting |
|
|
|
3 |
2,683 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
8,768 |
Shell Programming and Scripting |
|
|
|
1 |
7,303 |
Shell Programming and Scripting |
|
|
|
15 |
9,659 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
1,896 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,194 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,852 |
Programming |
|
|
|
2 |
4,478 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,025 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,095 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,414 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,669 |
Shell Programming and Scripting |
|
|
|
2 |
8,771 |
Programming |
|
|
|
3 |
3,364 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,924 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
1,875 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
2,491 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,878 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,060 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,002 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
15,622 |
Solaris |
|
|
|
3 |
4,409 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,878 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,831 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,600 |
UNIX for Advanced & Expert Users |
|
|
|
9 |
2,487 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
2,406 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,959 |
Shell Programming and Scripting |
|
|
|
4 |
2,975 |
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)