Skip to content

the aim of this project is to understand a bit deeper how pipes and redirections work.

Notifications You must be signed in to change notification settings

Eomhyunjun/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipex

the aim of this project is to understand a bit deeper how pipes and redirections work.

Shell에서의 다음 명령어를
$> < file1 cmd1 | cmd2 > file2

다음과 같이 실행하도록하는 pipex 프로그램을 만드는 과제입니다.
$> ./pipex file1 cmd1 cmd2 file2

보너스파트에 있는 다중파이프 만들기까지 구현했습니다.
$> ./pipex file1 cmd1 cmd2 cmd3 ... cmdn file2

About

the aim of this project is to understand a bit deeper how pipes and redirections work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published