Rellay giving you the focus on the information that you need. Adding color to your shell is going to make your scripts more usable and friendly. You can also pimp or color your BASH prompt,…
Authenticate Users with BASH Script and AWK We know that on Linux systems the user's password is stored in the /etc/shadow file usually. At least for local accounts, we can always query the shadow database…
Using BASH Script Arguments In this blog we take a look at how we can use and make use of BASH script Arguments and what this all means to us. We will look at the…
Working with BASH Variables In this blog we take a look at using and working with BASH variables. We should be able to understand how to read variables and set variables by the end. We…
Simple Logic with BASH Command Line Lists We can simplify our logic and coding by making use of BASH command line lists. This does create simple logic but may effect the readability of your code…
More Conditions using the BASH Case Statement Yes, we can create even more conditions when we make use of the BASH Case Statement in our scripts. Even though we could do the same using many…