News

It is easy to dismiss bash — the typical Linux shell program — as just a command prompt that allows scripting. Bash, however, is a full-blown programming language. I wouldn’t pres… ...
If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start.
Here are some steps you can take to ensure that your bash scripts work as intended and are easy to update.
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugg… ...
With scripts, the story is somewhat different. When you write for a script-based medium, the physical format of the script dictates a series of storytelling conventions that are enforced by the ...
It's a bash script for installing a customized Arch Linux system that automates the entire process after you've edited the configuration file with your preferences.