ajout texte barre

This commit is contained in:
hugogogo
2021-10-13 22:15:40 +02:00
parent 283f7e80cf
commit 651d0e355e

View File

@@ -1,7 +1,7 @@
## todo list :
- **builtins**
- echo
- **builtins :**
- ~~echo~~
- echo -n
- cd <relative path>
- cd <absolute path>
@@ -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 '$')_
-
-
-