Blog
Less than 1 minuteMurex
Blog
Collection of Murex related documents and personal thoughts.
Articles
Reading Lists From The Command Line
22.04.2023 -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.
The Split Personalities of Shell Usage
02.10.2021 -Shell usage is split between the need to write something quickly and frequently verses the need to write something more complex but o nly the once. In this article is explore those opposing use cases and how different $SHELLs have chosen to address them.