Safe ways to do things in bash

Safe ways to do things in bash” is yet another guide to some of the best practices for writing bash scripts.  It covers all the usual bits of quoting, escaping, error handling, and more.

Leave a Comment