C shell that can execute commands as well as interpreting pipes, redirections, separators...
This shell is based on tcsh.
cd minishell
make
./mysh
- Execute basic commands
- Execute complex commands:
- Separators
- Pipes
- Redirections
- Can manage its own environment
- Builtin commands:
builtins
cd / chdir
echo
env [-0] [--null] [-u]
printenv
pwd
setenv
unsetenv