A minimal Unix shell written in C for educational purposes.
gcc shell.c -o shell./shell- Execute Linux commands
- Built-in
cd - Built-in
exit - Uses
fork(),execvp(), andwaitpid()
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A minimal Unix shell written in C for educational purposes.
gcc shell.c -o shell./shellcdexitfork(), execvp(), and waitpid()