/Custom-Linux-Shell

Operating Systems project

Primary LanguageC

Custom Linux Shell

My own shell built in C for Operating Systems laboratory

Available commands:

  • help displays this message
  • exit/quit/close closes the shell
  • cd changes the current directory
  • pwd prints the current directory
  • type displays type of the given entry
  • create creates a new entry
  • run execute a command/program
  • easyrun execute a command/program with system()
  • status exit code of prev command