Posts

Showing posts with the label bash

Shell Scripts: Safe Short/Long Option Parsing

Image
I’ve written a ton of Bash scripts over the years - haven't we all?
To be honest, for a long time I handled command…

How To Batch-set Environment Variables

Learn how to automatically (dump) set environment variables defined in a file.

Sometimes you have a file (usually calle…