Milan Aleksićblog.aleksic.dev·May 17, 2024Short Note: use DuckDB as (pipe) jq replacementThe usage of the jq can be substituted sometimes by DuckDB with a bit cleaner syntax. For example, to get properties Id and State.Status from a list of active containers in docker one might do this: ➜ docker inspect f42 | jq '.[] | "\(.Id) \(.State.S...52 readsBashAdd a thoughtful commentNo comments yetBe the first to start the conversation.