and again...
This commit is contained in:
20
README.md
20
README.md
@@ -2,17 +2,17 @@
|
||||
|
||||
- **builtins :**
|
||||
- ~~`echo`~~
|
||||
- echo -n
|
||||
- cd <relative path>
|
||||
- cd <absolute path>
|
||||
- pwd
|
||||
- export
|
||||
- unset
|
||||
- env
|
||||
- ~~exit~~
|
||||
- `echo -n`
|
||||
- `cd <relative path>`
|
||||
- `cd <absolute path>`
|
||||
- `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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user