Replies: 1 comment
-
@jdbravo Interesting question 👍
The
The Hope this helps 👍 |
Beta Was this translation helpful? Give feedback.
-
@jdbravo Interesting question 👍
The
The Hope this helps 👍 |
Beta Was this translation helpful? Give feedback.
-
Can I use ChildProcess to execute comands like bash, or top?
If I try to run top like this:
$process = new Process('top'); the application ends without any output.
And if I try to execute "bash", like this:
$process = new Process('bash'); the application just hangs but without any stdout printed.
Am I missing something?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions