[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any guide about writing my own bash built-in commands?
From: |
Clark J. Wang |
Subject: |
Re: Any guide about writing my own bash built-in commands? |
Date: |
Fri, 29 Jan 2010 17:52:32 +0800 |
On Fri, Jan 29, 2010 at 2:20 PM, Chris Jones <cjns1989@gmail.com> wrote:
> On Thu, Jan 28, 2010 at 08:42:25PM EST, Clark J. Wang wrote:
>
> > Hi all,
>
> > I want to write my own built-in bash commands but I cannot find any
> > info about that in bash manual. Anyone has any idea?
>
> Never done that myself but I found this excellent introductory article:
>
> http://cfajohnson.com/shell/articles/dynamically-loadable/
>
> Should provide an entry-point for further research.
>
> CJ
>
>
> Thank you. I'll take a look at that.