@@ -135,8 +135,6 @@ Then you need to source the file, so that it becomes updated: `source ./.bashrc`
Now you can just write`connecttossh` and the function will be executed.
## 2. Editing text
First let's just clear out something about **standard streams**, or **I/O**-streams. Standard streams are the streams that are used to interact between the human computer-user and the machine. There are three standard streams: standard input \(stdin\), standard output \(stdout\), and standard error \(stderr\).The stdin stream can be seen as an abstractions of the real keyboard input. So when you issue a command/program that requires input the program does not read straight from the keyboard input, instead it reads from the file STDIN.