You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.