Gather User Input in Your BASH Shell Script Welcome to my blog how we can gather user input within our BASH shell scripts. We will be making great use of the built-in command read and…
Next Step: Extending BASH IF Statements Now that we have seen how to create and use IF statements, let's now dive into extending BASH IF Statements with elif and else. When using BASH instead of…
Working With a Simple BASH IF Statement Let's look at how we can use the BASH IF Statement with a couple or worked examples. In this blog we look at a couple of examples of…
Create Code Snippets using the VIM Editor Let's take a look at how we can create code snippets and key mapping in the VIM editor to make our life a lot easier. Having already viewed…
Create BASH Scripts So you want to create BASH scripts? In this first lesson we will look at the BASH script fundamentals. How to we make a start on the journey and head off in the…
For experienced Linux users navigating the command line is not an issue, but if you have operators that need to spend some but not all their time at the command line they may appreciate the…