Preface

“Beauty is in the eye of the beholder.”

â—Ź     â—Ź     â—Ź

I don’t remember exactly when I originally became attracted to the aesthetic beauty of code, but it was early into my career. I was heavily inspired by the Ruby programing language.

From the Ruby Programming Language home page:

[Ruby] has an elegant syntax that is natural to read and easy to write.

“Elegant.”

As a new programmer, I never considered programming code to be “elegant”, simply a tool used for building applications. But, for the past 15 years, I have been drawn to the art and beauty of programming. And, most recently, my eye has been drawn to Bash.

Bash is everywhere

Non-programmers may know it as “the black box” into which programmers type commands.

As of 2021, BASH is the default shell on almost every linux distribution available. Every Mac comes with BASH built-in. Windows has various ways of installing BASH as well.

It might be that ubiquitousness which interested me in …