CroWcbr / pipex_42

unix processes in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipex

Info

image

How to use

  • make
  • make bonus

Mandatory part:

  • file1 and file2 are file names, cmd1 and cmd2 are shell commands with their parameters.

./pipex file1 cmd1 cmd2 file2

Bonus part:

  • Handle multiple pipes

./pipex_bonus file1 cmd1 cmd2 cmd3 ... cmdn file2

  • Support « and » when the first parameter is "here_doc"

./pipex_bonus here_doc LIMITER cmd cmd1 cmd2 ... cmdn file

About

unix processes in C


Languages

Language:C 90.9%Language:Makefile 9.1%