[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any guide about writing my own bash built-in commands?
From: |
Chris Jones |
Subject: |
Re: Any guide about writing my own bash built-in commands? |
Date: |
Fri, 29 Jan 2010 01:20:19 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
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