mini-shell

Overview:

  • Using LEX and YACC to design mini shell for linux commands
  • Using C++ to design the command structure, implementation and exection of commands.

Features:

  • pielining is supported.
  • creates log file for all the executed commands.
  • wild cards are supported

Credits to: