Introduction - If you have any usage issues, please Google them yourself
write a my own shell to execute all kinds of functions, clear, delete, exit , extract, file and so on. the detail info is in the requirements of the assignment. the source is consisted of parse command line arguments, execute all kinds of functions, using functions such as dup2, fork(), execvp(), execlp().