formating again
This commit is contained in:
18
README.md
18
README.md
@@ -1,7 +1,7 @@
|
|||||||
## todo list :
|
## todo list :
|
||||||
|
|
||||||
- **builtins :**
|
- **builtins :**
|
||||||
- ~~echo~~
|
- `~~echo~~`
|
||||||
- echo -n
|
- echo -n
|
||||||
- cd <relative path>
|
- cd <relative path>
|
||||||
- cd <absolute path>
|
- cd <absolute path>
|
||||||
@@ -10,21 +10,21 @@
|
|||||||
- unset
|
- unset
|
||||||
- env
|
- env
|
||||||
- ~~exit~~
|
- ~~exit~~
|
||||||
- ' *(ignore any special characters)* --> [ressource](https://linuxhandbook.com/quotes-in-bash/)
|
- `'` *(ignore any special characters)* --> [ressource](https://linuxhandbook.com/quotes-in-bash/)
|
||||||
- " *(ignore any special characters except '$')*
|
- `"` *(ignore any special characters except '$')*
|
||||||
- unclosed quotes ?
|
- unclosed quotes ?
|
||||||
- **redirection :**
|
- **redirection :**
|
||||||
- `>` *input*
|
- `>` *input*
|
||||||
- `>` *output*
|
- `>` *output*
|
||||||
- `<<` *read input until empty line -- doesn't update history*
|
- `<<` *read input until empty line -- doesn't update history*
|
||||||
- `>>` *redirect and append*
|
- `>>` *redirect and append*
|
||||||
- |
|
- `|`
|
||||||
- $
|
- `$`
|
||||||
- $?
|
- `$?`
|
||||||
- **signals :**
|
- **signals :**
|
||||||
- ^C *close process*
|
- `^C` *close process*
|
||||||
- ^D *exit minishell*
|
- `^D` *exit minishell*
|
||||||
- ^\ *do nothing*
|
- `^\` *do nothing*
|
||||||
- history
|
- history
|
||||||
|
|
||||||
--> [source of a minishell with an interesting README](https://git.42l.fr/Fabien/minishell)
|
--> [source of a minishell with an interesting README](https://git.42l.fr/Fabien/minishell)
|
||||||
|
|||||||
Reference in New Issue
Block a user