Subprocess (2023 Fall ECE 344 Section 2)
Jon Eyolfson · 47:06
This lecture is a live-coded walkthrough of building a mini "subprocess" in C: fork a child, execlp an arbitrary program named on the command line, and wire two pipes with dup2 so the parent can both feed the child da...