LibTerm
LibTerm copied to clipboard
redirect (">>") dosn't work
Hi.I tried the following command, but the redirect ">>" does not seem to be recognized.
$ echo "aaa" > foo
$ echo "bbb" >> foo
$ ls
> foo
$ cat foo
aaa
$
This is an issue on ios_system https://github.com/holzschu/ios_system/issues/4 I will try to open a pull request and implement the feature on LibTerm. Thank you for opening the issue. I did not realize this bug.