On Fri, Mar 18, 2016 at 02:36:46PM -0400, ty armour wrote: > I am looking for tutorials on every and any aspect of developing bash. I > would be looking to write my own bash commands in assembly and C
Oh, good, then you can help fix and polish the loadable builtin framework. It's been in bash for a long time, but the upcoming 4.4 is the first version where it's really intended as a feature for ordinary installations. It needs a lot more work, in my opinion. You can start by figuring out how to make it work and writing up a document for that part. After that, you can figure out what internal bash functions are available for use in user-written builtins, and write an API document for that.