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.git
Compile the 42 SH project using the provided Makefile.
make
Start using your new shell.
./42sh
Explore 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=value
Set an environment variable
unsetenv VAR
Unset an environment variable
command1 | command2
Pipe output of command1 to command2
history
Show command history
command1 ; command2
Run command1 then command2