Skip to content
Yoma edited this page Jul 4, 2022 · 7 revisions

Welcome to the minishell wiki!

1. Features

  • Not interpret \ ;
  • Use readline library
  • Redirections > >> < <<
  • Pipe |
  • Priorities && ||
  • Wildcard * for the current working directory
  • Environment variables
  • Signal ctrl-C ctrl-D ctrl-\
  • Implement Builtins echo cd pwd export unset env exit

2. Overview

3. Reference

Clone this wiki locally