Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 757 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 757 Bytes

Minishell (2016)

C shell that can execute commands as well as interpreting pipes, redirections, separators...

This shell is based on tcsh.

Requirements

Execution

cd minishell
make
./mysh

Features

  • 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