In article <1156706986.146365.223890@i3g2000cwc.googlegroups. com>,
marty.mcgowan@gmail.com wrote:
> souissipro wrote:
> > 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
> At the risk of being sarcastic, that's what the shell does.
Duh! He's trying to IMPLEMENT a shell by himself, as a learning
exercise.
--
Barry Margolin,
barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***