mistkhan said: > I wanted to have an CLI[Command Line Interface] which will hv usual CLI > commands and it should also take CLI commands defined by user. In my > application, which is embedded linux with application, I wanted to > give a host interaction to the target through serial connection. For > which I need a CLI which is like our usual CLI and moreover it should > give provision of defining my own CLI commands. My CLI command may be > like checking the status, configuring my application and running any > API's I wanted. For this type of requirment is there Linux CLI already > avaiable . If so where can I get it.
What is wrong with any half decent shell such as bash or tcsh or ksh for the cli? Your user-defined commands can be shell scripts or executables or whatever which are in the PATH of the user. Also, what exactly do you mean by running an API? Thaths ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek PC Mods, Computing goodies, cases & more http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
