banan-os/userspace
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
..
aoc2023 userspace: fix aoc2023 and aoc2024 linking 2024-12-02 20:13:37 +02:00
aoc2024 aoc2024: Implement day25 solution 2024-12-25 18:13:57 +02:00
libraries LibC: Add dummy libintl support 2025-07-22 13:26:53 +03:00
programs Shell: Implement redirections 2025-07-22 16:54:06 +03:00
tests tests: Add tls test 2025-06-16 15:07:26 +03:00
CMakeLists.txt aoc2024: prepare programming environment 2024-12-01 07:41:25 +02:00