Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 379 Bytes

Custom UNIX Shell

  • A custom shell made for Operating System Project
  • It supports simple terminal commands, pipe handling, redirection handling, history feature
  • To compile the code, use g++ file.cpp and run using ./a.out
  • History can be accessed using: history
  • To execute the most recent command, use !!
  • For executing command with number, use !(Index Number)