ColdGrub1384 / LibTerm

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

Command in single quotes is not correctly parsed #33

Closed rafal-1990 closed 4 years ago

rafal-1990 commented 4 years ago

The following command works in OpenTerm: nslookup localhost | awk '/Name/ {getline;print $0}'

But in LibTerm I get this error: _awk: syntax error at source line 1 context is

' <<< /Name/ {getline missing } awk: bailing out at source line 1 print: command not found_