Skip to main content

Bash

2019

Parsing command-line arguments in a bash script
·162 words·1 min
Code Bash
There eventually comes a time where figuring out how to flexibly parse command-line options becomes necessary. Here’s two easy ways to do so.
Colouring Shell Output
·150 words·1 min
Code Bash
Adding in colours to make certain output from running items can help with readability and make certain things stand out, or otherwise make at-a-glance output scanning easier.