3/31/2025 at 2:51:46 PM
Self plug: https://github.com/lsferreira42/bash-ini-parserby lsferreira42
3/28/2025 at 10:08:07 PM
by namanyayg
3/31/2025 at 2:51:46 PM
Self plug: https://github.com/lsferreira42/bash-ini-parserby lsferreira42
3/29/2025 at 9:46:40 PM
Huh. This made me curious about JSON which led to https://github.com/Wiguwbe/bash-jsonI have had to graft JSON into legacy bash files enough times that this is worth another look.
by lttlrck
3/29/2025 at 6:06:38 PM
Interesting! A use case I could see for using builtins would be to gradually rewrite a bash script in some other language, as otherwise you have to do it through subprocess which can be slow and inconvenient.by tracnar