Bash

Bash Snippet: Calculating the Distance Between 2 Coordinates

I have a tendency to do things in bash that I’d probably be better off doing in perl or python. Although bash may have super powers, math is not one…

Read more →

Bash Snippet: HTML &#code; decoder

A short and simple way to decode HTML decimal (and hex) character codes in bash. On a side note, I’m totally bummed that the builtin ‘printf’ does decimal to hexadecimal…

Read more →