30 points namanyayg | 4 comments | | HN request time: 0.453s | source
1. tracnar ◴[] No.43517343[source]
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.
2. lttlrck ◴[] No.43518994[source]
Huh. This made me curious about JSON which led to https://github.com/Wiguwbe/bash-json

I have had to graft JSON into legacy bash files enough times that this is worth another look.

3. lsferreira42 ◴[] No.43535708[source]
Self plug: https://github.com/lsferreira42/bash-ini-parser