/C-Shell

A linux bash shell implementation in C.

Primary LanguageCApache License 2.0Apache-2.0

C Shell Implemantation - Operating Systems Project 2018-2019

INSTALL & RUN

  • Download the files
  • Unzip
  • Make
  • ./myshell

MODES

  • Interactive
  • Batch

BUILT-IN FUNCTIONS

  • help
  • quit
  • history
  • cd

SIGNALS MODIFIED

  • CTRL+C
  • CTRL+Z

SYSTEM COMMANDS

  • redirections >,>>,<
  • simple pipes
  • seperators &&, ;