This commit is contained in:
Victor Vobis 2025-06-04 15:17:55 +02:00
parent 06e1cbc650
commit cd7978fa88

View File

@ -13,6 +13,7 @@ Here you can find our implementation.
- Built-in functionality (cd, echo, export, exit etc.) - Built-in functionality (cd, echo, export, exit etc.)
- Environment Variables - Environment Variables
- Command history - Command history
- Pipe operator ( | )
- Logical operators AND ( && ), OR ( || ) - Logical operators AND ( && ), OR ( || )
- Wildcards operators ( * ) - Wildcards operators ( * )
- Heredoc - Heredoc