Recreate the Shell in C with native C functions
Skills :
- Language : C
- Learning to use : exit, chdir, fork, execve, isatty, waitpid, dup2
Features :
- Write a command line
- Manage errors
- Builtins : cd, setenv, unsetenv, env, exit
- Manage semicolons (;), pipes (|) and redirections.
DEMO :


