From 651d0e355e2b2e0e523f4200a2634873a7b6abad Mon Sep 17 00:00:00 2001 From: hugogogo Date: Wed, 13 Oct 2021 22:15:40 +0200 Subject: [PATCH] ajout texte barre --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9a65dcf..21492cb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## todo list : -- **builtins** - - echo +- **builtins :** + - ~~echo~~ - echo -n - cd - cd @@ -9,9 +9,9 @@ - export - unset - env - - exit -- ' _ignore any special characters_ [ressource](https://linuxhandbook.com/quotes-in-bash/) -- " _ignore any special characters except '$'_ + - ~~exit~~ +- ' _(ignore any special characters)_ --> [ressource](https://linuxhandbook.com/quotes-in-bash/) +- " _(ignore any special characters except '$')_ - - -