C and shell writing
Dear ALL,
I'm C and shell beginner and I should write a sheel that does the
following:
- reads an input line from standard input, parses the line into
commands and arguments, calls the command with the arguments and waits
for it to terminate.
- includes i/o redirection, environment variables, parameter and
command substitution, command line editing and filter management.
I would greatly appreciate if anybody could provide me with a shell
that has the functionalities mentionned above and that I can start with
my learning?
Thank you very much for your ,
Beginner
|