Hi
I want to execute a command using execve() from my program. Is it possible to get the output redirected to a buffer/file like popen() does?
Thanks
I want to execute a command using execve() from my program. Is it possible to get the output redirected to a buffer/file like popen() does?
Thanks
Comment