EPITECH - First year project : Linux shell
ls
/usr/bin/ls
./42sh
cd ; env ; setenv ; unsetenv ; history ; where ; which ; alias ; echo ; exit
cat my_file || echo "file not found"
touch my_file && ls
echo something > my_file
echo some_more >> my_file
cat < my_file
cat << EOF
cat my_file | grep thing
cat `find . -name my_file`
ls *
ls file.?pp
ls file.[a-z]
cd ; ls