Skip to content

rrpod/Unix-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implemented a micro shell for Linux Operating system. Execution of built in commands as well as system defined binaries are handled by the shell.
In summary the Interactive Shell supports the following features:
- I/O Redirection
- Command Line Parsing
- Command Execution
- Signal Handling (SIGQUIT, SIGTERM, SIGINT)

This project contains 5 files including the Readme.
1)ushell.c , parse.c and parse.h contain the source code required to create microshell.
2)MAKEFILE. Write make in terminal to compile the program and create the executable.
3)After executing make, an executable .ush will be created which can be used to run the program.

About

Implemented a micro shell for Linux Operating system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published