From 05d29e37cf813591ee77f46b03c4677d012bd542 Mon Sep 17 00:00:00 2001 From: Lisa Milne Date: Tue, 21 Nov 2023 14:20:28 +1000 Subject: [PATCH] update readme --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index cb2504f..5ce58c7 100644 --- a/readme.txt +++ b/readme.txt @@ -54,6 +54,7 @@ The shell supports argument in "quotes" and 'single quotes', as well as dot (.) and dot dot (..) for current and parent directories. The asterisk (*) wildcard is not currently supported The shell maintains a command history, use up and down arrows to access. + Piping and io redirects are not currently supported, yet. The following shell builtin commands or macros are available: clear - clears the terminal window