Skip to content

A C program that serves as a shell interface that accepts user commands and then executes each command in a separate process.

Notifications You must be signed in to change notification settings

kyla0509/Linux-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Shell

A C program that serves as a shell interface that accepts user commands and then executes each command in a separate process. The shell supports:

  • Creating the child process and executing the command in the child.
  • Providing a command history feature.
  • Input and output redirection.
  • Allowing the parent and child processes to communicate via a pipe.
  • Implementing directory change
  • Displaying an up-to-date path

About

A C program that serves as a shell interface that accepts user commands and then executes each command in a separate process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published