diff --git a/README.md b/README.md index f390d7d..02e61c2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Here you can find our implementation. - Built-in functionality (cd, echo, export, exit etc.) - Environment Variables - Command history +- Pipe operator ( | ) - Logical operators AND ( && ), OR ( || ) -- Wildcards operators (*) +- Wildcards operators ( * ) - Heredoc - Output redirection - and more