Skip to content

Basic Shell written in C for BSM309 (Operating Systems) homework

License

Notifications You must be signed in to change notification settings

eminfedar/termmminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termmminal

Basic Shell written in C for BSM309 (Operating Systems) homework

It has:

  • Prompt (with no directory navigation)
  • Run programs
  • Input redirection ( < )
  • Output redirection ( > )
  • Background processes ( & )
  • Pipe ( | )
  • Commands with and ( program && program2 ) or ( program || program2 )
  • Sub-command execution ( command; (sub-command;) )

About

Basic Shell written in C for BSM309 (Operating Systems) homework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published