lterm
lterm copied to clipboard
Add fully working redirection (< and >)
The redirection > and < are used in a bash terminal to redirect the outputs and inputs. Try to implement those in this online emulator. Example: The output is getting stored in a out.txt file.
./a.out > out.txt