ajout fichier error qui recense les erreurs observees

This commit is contained in:
hugogogo
2021-12-15 21:28:06 +01:00
parent cc53beabcf
commit 3c89304cda
2 changed files with 49 additions and 1 deletions

16
error.md Normal file
View File

@@ -0,0 +1,16 @@
1. redirection et quotes expansion
```
bash> echo "hello" > "file"
bash> ls
file
bash>
```
```
minishell> echo "hello" > "file"
minishell> ls
'"file"'
minishell>
```
2.