You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project made on my own asked to copy the function Pipe ( | ) of the Shell and implement it in C. What I learned during that project is the manipulation of FD for creating the opening and the exit by using the dup2 function implemented already in C and manipulate the fork function too.