Skip to content

usmanf07/UNIX-Shell-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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)

About

Personal project for Operating Systems - A custom UNIX Shell which supports all commands like piping, file or error redirection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages