News

Shell scripting is one of those skills that are absolutely invaluable on especially UNIX and BSD-based systems like the BSDs, the two zillion Linux distributions as well as MacOS. Yet not every ...
Shell scripting is an often forgotten programming environment, relegated to simple automation tasks and little else. In fact, it’s possible to achieve much more complex tasks in the shell.
score=25 else echo "Mini Bunco!" score=5 fi That's probably the hardest of the tests, and notice the unusual use of test in the first conditional: [ cond1 ] && [ cond2 ]. If you're thinking that you ...
Dungeons, Dragons and Dice—a script that lets you roll those 3d6 and 2d20 that a surprising number of games require. In my last article, I talked about a really simple shell script for a game called ...