Replies: 1 comment 1 reply
-
|
Not sure exactly what David Korn was referring to here, but if you want examples of how to create a builtin command look at I know there's some better documentation somewhere, but Finnbarr P. Murphy also had a couple blog posts on his old blog about builtins: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In David Korn's 'Guidelines for writing ksh-93 built-in commands' (ksh 93u+m/1.0.10 /docs/ksh/builtins.html & /src/cmd/ksh93/builtins.mm) it says that there is a development kit for writing ksh built-ins. It says that the development kit has three directories, include, lib, and bin.
I have spent several hours looking for this development kit but have not yet been able to find it. Has anybody used this kit to create additional built-ins? If you have then where did you find it?
The reason that I am looking is because I want to add the ability to use Windows style INI files in ksh93 scripts.
Beta Was this translation helpful? Give feedback.
All reactions