开发者

command line interpreter in c [closed]

Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_StackOverflow社区

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I want to create a console "shell" for an embedded device. anyone knows about an open-source implementation of such a thing in c ? I need basic line parsing to commands & arguments.

Something similar to uboot - console shell will be great.


You may find usefull piece of codes in this shell a friend of mine is writting. His aim is to learn issues regarding the shell coding, so this project should keep small and easily readable.


There is/was the book "Linux application development" It implements a Shell as example. I found this quite convincing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜