The following is to written in C:
The purpose of this assignment is to learn to develop multi-process programs. You are expected to extend the myshell.c program (in github) and add I/O redirections. In particular, your shell program should recognize the following: Use ‘> to redirect standard output from a command to a file. If the file already exists, the file will be overwritten. Use’>>to redirect standard output from a command to a file.
OR
OR