Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
lua-resty-exec command pipe
gmadarm
Does jprjr/lua-resty-exec support piping command output to the next command input? For example, I want the Lua script to run a shell command similar to:
pigz -dc file.gz|grep "string"
How can I do this in a non-blocking way via lua-resty-exec?