Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

shell redirection unable to append #161

Open
adbennet opened this issue Oct 7, 2018 · 1 comment
Open

shell redirection unable to append #161

adbennet opened this issue Oct 7, 2018 · 1 comment

Comments

@adbennet
Copy link

adbennet commented Oct 7, 2018

$ echo foo>tmp.txt
$ ls
tmp.txt
$ echo bar>>tmp.txt
$ ls
>tmp.txt tmp.txt

I tried looking at the code to track this down, but quickly got lost.

@holzschu
Copy link
Contributor

holzschu commented Nov 1, 2018

Yes, that is a known issue of ios_system. It has been on the todo list for quite some time: holzschu/ios_system#4
The issue is in lines 1040-1080 of ios_system.m. I will look into it at some point.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants