23. Execute a series of commands
Implement a program to execute a series of commands in a pipeline using `fork()` and `exec()` functions (e.g., `ls | grep "file"`).
It looks like you're new here. If you want to get involved, click one of these buttons!