Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

ronanboiteau/42sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42sh

{EPITECH.} first year project.

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

This is an evolution of Minishell1.

This shell is based on tcsh.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the 42sh executable file.

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
  • Prompt based on last exit status
  • Support for non-interactive mode

About

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

Topics

Resources

Stars

Watchers

Forks