Question: Write a script that allows you to create a text file and store students name in it (if file does not already exist; check it
Write a script that allows you to create a text file and store students name in it (if file does not already exist; check it first). Your script then calls a C program that create a child process that sorts the names contains in the text file, whereas the parent process counts name exists in the file. Use IPC mechanism for sorting and counting purpose.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
