Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

This is my assignment Question and I'd like someone to give me some clue so i can start the assignment.

Create a new file shell.c (or shell.cpp if you prefer C++). This will be our main shell program that will execute commands from a command line. Our shell should intepret the following built-in commands: •cd: changes the current working directory •pwd: prints the current working directory •echo: prints a message and the values of environment variables •exit: terminates the shell •env: prints the current values of the environment variables •setenv: sets an environment variable

Please help me out.. need help. clues will do.

Thankyou inadvance.

share|improve this question
2  
We are not a homework service. If you have a specific question about an aspect of your homework then you can ask that. – ChrisF Apr 16 at 10:53
1  
As @ChrisF explained, what is your actual question? – Brandon Apr 16 at 12:34

closed as not a real question by thorsten müller, ChrisF Apr 16 at 10:53

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.