From d545c5cc51382f6f2c3c8f48f38d06ef8289f499 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Thu, 14 Oct 2021 00:58:38 +0200 Subject: [PATCH] and again... --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4fb2ee7..e0b80d8 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ - **builtins :** - ~~`echo`~~ - - echo -n - - cd - - cd - - pwd - - export - - unset - - env - - ~~exit~~ + - `echo -n` + - `cd ` + - `cd ` + - `pwd` + - `export` + - `unset` + - `env` + - ~~`exit`~~ - `'` *(ignore any special characters)* --> [ressource](https://linuxhandbook.com/quotes-in-bash/) - `"` *(ignore any special characters except '$')* -- unclosed quotes ? +- `unclosed quotes` - **redirection :** - `>` *input* - `>` *output* @@ -25,7 +25,7 @@ - `^C` *close process* - `^D` *exit minishell* - `^\` *do nothing* -- history +- `history` --> [source of a minishell with an interesting README](https://git.42l.fr/Fabien/minishell)