LibTerm icon indicating copy to clipboard operation
LibTerm copied to clipboard

redirect (">>") dosn't work

Open TSK-yama opened this issue 6 years ago • 1 comments

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
$

TSK-yama avatar Feb 12 '19 06:02 TSK-yama

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.

ColdGrub1384 avatar Feb 12 '19 13:02 ColdGrub1384