Files
banan-os/userspace/programs
Bananymous c1978f9133 Shell: Implement redirections
This works well enough. At the moment redirections can appear anywhere
in the command **after** environment variables and possible alias
command. This means commands like `>foo echo hello` are not supported.
I don't think this is big enough problem for now (99% time redirections
are given after arguments) that i would rewrite the environment and
alias parsing.
2025-07-22 16:54:06 +03:00
..
2025-06-28 21:32:59 +03:00
2025-05-05 19:16:29 +03:00
2025-06-02 12:26:16 +03:00
2025-04-22 08:36:44 +03:00
2025-04-22 08:36:44 +03:00
2025-07-22 16:54:06 +03:00
2025-05-05 00:30:58 +03:00
2025-05-05 23:08:01 +03:00
2025-06-08 23:56:39 +03:00