Skip to content

Edu2metros/Minihell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINISHELL - @42SP

Minishell

Grade: 91/100 ✔️

This project involves creating a simple shell terminal.

The project includes a list of tasks to be completed. They are as follows:

Execute simple commands and Built-ins:

Built-ins:

  • echo
  • cd
  • env
  • exit
  • export
  • pwd
  • unset

Simple commands:

  • ls
  • cat
  • wc
  • date
  • grep

Redirections:

  • Output: ls > file
  • Append: ls >> file
  • Input: < file cat
  • Heredoc: << (delimiter) cat

Pipes:

< star_wars_script.txt cat | grep "I am your father!" | tr a-z A-Z >> file.txt

Signals:

  • Ctrl + C
  • Ctrl + D

Command History

Enviroment Variables

Expand the exit status of the most recently executed program ($?)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published