In this post I will be showing you how to use redirection and some other useful BASH tricks. So lets get started by jumping directly into the terminal.
In this post I will be showing you how to use expect in your scripts as a command instead of as a script itself. This can be useful for automatically responding when running other commands and more.
In this post I will be showing you how to use if statements in bash. If statements are basically what they sound like, if this then that. That being said they can also be written with other conditions. Below I will show some of the examples of different if statements.