Testing a thing
This commit is contained in:
parent
480928ab7c
commit
6891ec1e2c
@ -16,6 +16,12 @@ The main three streams that are used on the command line are STDIN (Standard inp
|
|||||||
| 1 | STDOUT | Used to receive output from the program |
|
| 1 | STDOUT | Used to receive output from the program |
|
||||||
| 2 | STDERR | Used to receive errors from the program |
|
| 2 | STDERR | Used to receive errors from the program |
|
||||||
|
|
||||||
|
```bash
|
||||||
|
STREAM ID STREAM NAME STREAM USE
|
||||||
|
0 STDIN Used to send input to the program
|
||||||
|
1 STDOUT Used to receive output from the program
|
||||||
|
2 STDERR Used to receive errors from the program
|
||||||
|
```
|
||||||
|
|
||||||
### Standard Input
|
### Standard Input
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ This is a compendium of all the useless facts, tips, tricks and commands that I
|
|||||||
|
|
||||||
## Quick Links
|
## Quick Links
|
||||||
|
|
||||||
\------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
[Linux Shell Basics](/Linux/shellbasics)
|
[Linux Shell Basics](/Linux/shellbasics)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user