Dissertation is over…
I meant to blog about this ages ago! Better late than never I suppose… Back in April (April 22nd to be precise) I handed in two copies of my 72 page document which outlines everything about my project. I wanted Continue reading
I meant to blog about this ages ago! Better late than never I suppose… Back in April (April 22nd to be precise) I handed in two copies of my 72 page document which outlines everything about my project. I wanted Continue reading
This is part of a series of posts which should aid anyone writing Bash scripts to make them more robust. This post describes how you can use traps to help your code fail more gracefully.
This is part of a series of posts which should aid anyone writing Bash scripts to make them more robust. This post offers some advice on how to Bash script defensively.
This is part of a series of posts which should aid anyone writing Bash scripts to make them more robust. This post shows you how to use Bash’s built-in error checking.
This is part of a series of posts which should aid anyone writing Bash scripts to make them more robust. This post shows you how you can guard against unset variables.
On the UNIX command line, the `which` command is great, it tells you where a command is in the system. However, if your system has two versions of the `ls` command, it will only tell you which `ls` command you Continue reading
If you navigate your browser to here, you will find a most amazing thing: Tetris crafted out of a SED script with a bash wrapper. The page is in Russian, but Google or another translation site will tell you that Continue reading