bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hints for an extension


From: Kaspar Giger
Subject: Hints for an extension
Date: Wed, 15 Mar 2006 16:46:31 +0100
User-agent: Mozilla Thunderbird 0.6 (X11/20040530)

Hi all,
because I didn't know where else I should pose my question, I ask you:
I want to extend the Bash with an XPath-like syntax to select files efficiently. I already wrote such a library and want to integrate it in the Bash. So can you give me some tips where to start within the Bash-source code? I know, I have to somehow change the globbing-functionality in glob.c. But at that point the Bash already changed the entries of the word_list and that shouldn't be done in my case. Or would you disadvise to use the Bash for such experiments?
Thanks
kaspar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]