I am creating a custom shell and trying to get multiple piping to work, as well as IO redirection before piping. Eg: prog < input | wc. My approach to this i
prog < input | wc