Skip navigation.
Home

Project 4 - A Simple Shell

Due: Tuesday 8/4 at 11:59PM

 

1 Description

Click here for the project description.

 

2 Starter Code

Get the starter code for Project 4

cp /nfs/stak/a2/classes/eecs/summer2009/cs311/public_html/files/projects/project4/shell.c .
cp /nfs/stak/a2/classes/eecs/summer2009/cs311/public_html/files/projects/project4/get_my_args.c .

 

You should be able to start work by implementing input and output redirection.
Remember to set '>' or '<' = NULL if you find them in args.

 

3 makefile

Here is a makefile you can use/modify.
cp /nfs/stak/a2/classes/eecs/summer2009/cs311/public_html/files/projects/project4/makefile .

 

4 My output

Here is the output when I test the project with the test script: http://classes.engr.oregonstate.edu/eecs/summer2009/cs311/project4_output

 

5 Test script and Grading Criteria

cp /nfs/stak/a2/classes/eecs/summer2009/cs311/public_html/files/projects/project4/myTest .

cp /nfs/stak/a2/classes/eecs/summer2009/cs311/public_html/files/projects/project4/gradingCriteria.xls .