hickmanjos / shell

Custom Shell Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom "Super" Shell

Custom Shell Program Created With C++

-A command line interpreter to emulate a similar behavior to the Linux default sh command-line interpreter (otherwise known as a "shell").

-Program utilized fork and exec to execute the commands.

-Some commands accepte by the shell are as followed: ~ls ~pwd ~ch ~exit

And other system related calls. The shell also recognizes some Bash syntax to allow for file redirection. (<, <<, >, and >> )

About

Custom Shell Program


Languages

Language:C++ 100.0%