Skip to main content

Blog

Laurence MorganLess than 1 minuteMurex

Blog

Collection of Murex related documents and personal thoughts.

Articles

22.04.2023 - Reading Lists From The Command Line

How hard can it be to read a list of data from the command line? If your list is line delimited then it should be easy. However what if your list is a JSON array? This post will explore how to work with lists in a different command line environments.

02.10.2021 - The Split Personalities of Shell Usage

Shell usage is split between the need to write something quickly and frequently verses the need to write something more complex but only the once. In this article is explore those opposing use cases and how different $SHELLs have chosen to address them.