AsierFox / Fork-pipe-C

Forking and piping on C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork and pipe on C

This program uses 3 different processes.

  • One is going to collect the input from the user. This information is going to be communicated to the other 2 child processes using piping.
  • The second process is going to print to the screen the users input.
  • The third process is going to write the user input to a file.

About

Forking and piping on C


Languages

Language:C 100.0%