Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 277 Bytes

File metadata and controls

6 lines (6 loc) · 277 Bytes

Unix-shell

This Shell is organized into four parts:

  1. Creating the child process and executing the command in the child.
  2. Providing a history feature.
  3. Adding support of input and output redirection.
  4. Allowing the parent and child processes to communicate via a pipe.