vote up 0 vote down star

hi to all

i am developing a shell using unix system programming (robbins and robbins) how can i add this feature and also how can i add history feature too (history feature like in BASH- when i press up key it shows the previous typed command )

flag

29% accept rate

1 Answer

vote up 5 vote down

You can use GNU readline. It has both these features.

EDIT: Like Christopher says, you should look at the documentation and come back if you have specific questions.

link|flag
im a newbie can you explain if u have any tutorial plz give me the link – vipinsahu Jun 25 at 21:42
tiswww.case.edu/php/chet/… – Christopher Jun 25 at 21:46
1  
Writing a shell is a strange task for a newbie. – Nifle Jun 25 at 22:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.