diff --git a/docs/Linux/shellbasics.md b/docs/Linux/shellbasics.md index 836b7ae..0e497e6 100644 --- a/docs/Linux/shellbasics.md +++ b/docs/Linux/shellbasics.md @@ -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 | | 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 diff --git a/docs/index.md b/docs/index.md index bf77c85..071f658 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ This is a compendium of all the useless facts, tips, tricks and commands that I ## Quick Links -\------------------------------------ +------------------------------------ [Linux Shell Basics](/Linux/shellbasics)