Skip to content

Shahriar9000/Simple-Unix-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple-Unix-Shell in C

• Developed a shell in C that accepts user commands and executes them as a separate process.

• Used fork() and exec() system calls to create a child process and execute any Unix command.

• Implemented internal commands such as pwd, cd, exit and history; handled the SIGINT signal to display history.

About

A simple shell in C that accepts user commands and executes them as a separate process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published