{"id":20775140,"url":"https://github.com/deruina/pipex","last_synced_at":"2025-10-11T00:38:10.977Z","repository":{"id":65482030,"uuid":"587728833","full_name":"DeRuina/pipex","owner":"DeRuina","description":"The pipex project is a UNIX pipe exploration project in C. It replicates and extends the functionality of UNIX pipes, supporting multiple commands, input redirection, and output appending. ","archived":false,"fork":false,"pushed_at":"2023-02-02T09:02:01.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-18T07:47:14.472Z","etag":null,"topics":["42","42projects","pipex","pipex42"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeRuina.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-11T12:57:04.000Z","updated_at":"2023-12-15T11:42:44.000Z","dependencies_parsed_at":"2023-02-14T06:31:00.532Z","dependency_job_id":null,"html_url":"https://github.com/DeRuina/pipex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fpipex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fpipex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fpipex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fpipex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeRuina","download_url":"https://codeload.github.com/DeRuina/pipex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243113544,"owners_count":20238433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["42","42projects","pipex","pipex42"],"created_at":"2024-11-17T12:34:38.187Z","updated_at":"2025-10-11T00:38:05.941Z","avatar_url":"https://github.com/DeRuina.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# pipex\r\n\r\nThe purpose of this project is the discovery in detail UNIX mechanism - `pipe`.\r\n\r\n### Discription of mandatory part\r\nThe program `pipex` should repeat the behaviour of the next shell command\r\n```bash\r\n$\u003e \u003c file1 cmd1 | cmd2 \u003e file2\r\n```\r\nand looks like this:\r\n```bash\r\n$\u003e ./pipex file1 cmd1 cmd2 file2\r\n```\r\nAll errors like: wrong commands,  permission to files and etc, need be handle.\r\n### Discription of bonus part\r\nProgram need handle multiple pipes\r\n```bash\r\n$\u003e \u003c file1 cmd1 | cmd2 | cmd3 | ... | cmdn \u003e file2\r\n\r\n$\u003e ./pipex file1 cmd1 cmd2 cmd3 ... cmdn file2\r\n```\r\nSupport `\u003c\u003c` and `\u003e\u003e`, when instead of `file1` is`here_doc`.\r\n```bash\r\n$\u003e cmd1 \u003c\u003c LIMITER | cmd2 \u003e\u003e file2\r\n\r\n$\u003e ./pipex here_doc LIMITER cmd1 cmd2 file2\r\n```\r\n\r\n### Evaluated by 42 \r\n\r\n![125/100](img/125.png)\r\n\r\n\r\n## Author\r\n\r\n- [@DeRuina](https://github.com/DeRuina)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderuina%2Fpipex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderuina%2Fpipex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderuina%2Fpipex/lists"}