python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
c pipe ls returned strings to parent
I'm currently trying to run an ls command in my C code and then pipe the outputted strings to the parent process via a fd.
The problem I'm currently facing is, that I execv the ls command but I don't ...

SourceCodeEngineer
Votes: 0
Answers: 1
Fork() and execv() not running in parallel, why?
I'm trying to run a series of commands through execv() and forking a new process in C to run each one, and yet for some reason they aren't running in parallel. The following code is run for each proce...
Fathom820
Votes: 0
Answers: 1