change formating todo list

This commit is contained in:
hugogogo
2021-10-14 00:53:50 +02:00
parent 5577b6ac86
commit 5f9736ca26

View File

@@ -14,10 +14,10 @@
- " *(ignore any special characters except '$')*
- unclosed quotes ?
- **redirection :**
- > *input*
- > *output*
- << *read input until empty line -- doesn't update history*
- >> *redirect and append*
- `>` *input*
- `>` *output*
- `<<` *read input until empty line -- doesn't update history*
- `>>` *redirect and append*
- |
- $
- $?