ColdGrub1384 / LibTerm

iOS sandboxed terminal with Python, Lua and Clang
https://libterm.app
MIT License
630 stars 115 forks source link

find -exec doesn't work. #96

Open TheRealzwaa opened 2 years ago

TheRealzwaa commented 2 years ago

The following command works fine in iSH, but in LibTerm it halts right after the first matching file, and then seems to read from stdin: I can enter text but it's just that it doesn't react at all to Stop and EOF:

find * -exec echo found {} \;