
Discover the simplicity and power of 42 SH, designed to enhance your coding experience.
Explore the powerful features of 42 SH
This project aim to recreate the original TCSH
Understand how the terminal works
Comprehensive guides and resources to help you get started with 42 SH.
Download the 42 SH source code to your local machine.
git clone git@github.com:EpitechPromo2028/B-PSU-200-PAR-2-1-42sh-pierre.lissope.gitCompile the 42 SH project using the provided Makefile.
makeStart using your new shell.
./42shExplore the advanced functionalities of 42 SH.
ls -[A a C F G H I L P R S T U W b c d f g h i k l m n o p q r s t u v w x y 1 %]List files with various options
cd [directory]Change current directory
setenv VAR=valueSet an environment variable
unsetenv VARUnset an environment variable
command1 | command2Pipe output of command1 to command2
historyShow command history
command1 ; command2Run command1 then command2