开发者_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 questionI 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.
精彩评论