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…
The Perl Interpreter on Windows Of course if you are learning Perl on Linux it is usually included in the OS and does not need to be added by yourself but, if you would like…
If you have come from a database background it is not uncommon to use calculated column values in your SELECT statements to make more readable reports. The raw data often is not the values that…
I think often when we talk of Regular Expressions or RegEx fear can be felt through the room and corridors feeding to it. I do agree that sometimes when we look at a competed Regular…
You may have seen output from commands that produce HTML files so the reports can look a little fancy. This is possible and not at all difficult with PowerShell. In this video we take a…