CS 284 Operating Systems
Programming Assignment #8

Due: 3/5/2001 - Class Time

Write a C program (Prog8b.c) that

while (not EOF of stdin)

read a %s string
print the string + hypen + argv[1]

Write a C program (Prog8a.c) that

  1. Create 3 child (prog8b) processes such that
  2. main then

=================================================================

You should use the 'script' command to capture all necessary information for handin.