github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/docs/blog/README.md (about) 1 # Blog 2 3 Collection of Murex related documents and personal thoughts. 4 5 ## Articles 6 7 ### 22.04.2023 - [Reading Lists From The Command Line](../blog/reading_lists.md) 8 9 > 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. 10 11 12 ### 02.10.2021 - [The Split Personalities of Shell Usage](../blog/split_personalities.md) 13 14 > 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. 15