/Linux-SimpleShell

Implementation of a Unix shell program.

Primary LanguageC

Linux-SimpleShell

Implementation of a Unix shell program.

The shell support the following:

  1. The internal shell command "exit" which terminates the shell.
  2. A command with no arguments.
  3. A command with arguments.
  4. A command, with or without arguments, executed in the background using &.