From 5f9736ca269b078d7807f6469f5de57a91e8628b Mon Sep 17 00:00:00 2001 From: hugogogo Date: Thu, 14 Oct 2021 00:53:50 +0200 Subject: [PATCH] change formating todo list --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d5a6d1..804c80e 100644 --- a/README.md +++ b/README.md @@ -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* - | - $ - $?