[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Looking for tutorials
From: |
Greg Wooledge |
Subject: |
Re: Looking for tutorials |
Date: |
Fri, 18 Mar 2016 16:48:37 -0400 |
User-agent: |
Mutt/1.4.2.3i |
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.