Testing a thing

This commit is contained in:
Benjamyn Love 2019-02-25 23:37:32 +11:00
parent 480928ab7c
commit 6891ec1e2c
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)