Skip to content

TripathiA/Unix-Shell-Implementation-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell

Wrote a command line interpreter (a shell) that takes commands from standard input and executes the commands by creating processes.

Most of the Unix shell features are covered, namely some:

  1. File redirection
  2. Pipes
  3. Signals - SIGINT, SIGTSTP, SIGCHLD
  4. Job Control (implement jobs)
  5. Backgrounding, Foregrounding with jobid as well as pid
  6. Checking of Path Variable

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published