Skip to content

Created a fully functional shell in C that expands on the capabilities of the pre-existing Linux terminal. The shell can handle intricate command parsing, manage piping, and I/O redirection.

Koda7/C-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bash-Shell-in-C

An attempt to make a bash shell using the C language libraries and system calls.

TO RUN

On your Bash Terminal run

>  make
> ./shell

About

Created a fully functional shell in C that expands on the capabilities of the pre-existing Linux terminal. The shell can handle intricate command parsing, manage piping, and I/O redirection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published