If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi,
can anyone help me to write a miniature shell (command line interpreter) to implemnt the following standard features :
1. I/O redirection,
2. pipe line filters
3. foreground background processing
4. process management short cuts.
5. environment variables.
Originally posted by supong
hi,
can anyone help me to write a miniature shell (command line interpreter) to implemnt the following standard features :
1. I/O redirection,
2. pipe line filters
3. foreground background processing
4. process management short cuts.
5. environment variables.
Nice try!
Why don't you have a go at doing your homework first and comeback if you get stuck!