{"id":26078236,"url":"https://github.com/jos-felipe/pipex","last_synced_at":"2026-04-27T05:31:36.794Z","repository":{"id":213149772,"uuid":"731774819","full_name":"jos-felipe/pipex","owner":"jos-felipe","description":"This project aims to deepen your understanding of the two concepts that you already know: Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.","archived":false,"fork":false,"pushed_at":"2024-01-29T18:37:45.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T03:51:15.278Z","etag":null,"topics":["42cursus","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/jos-felipe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-14T21:10:46.000Z","updated_at":"2023-12-18T18:50:45.000Z","dependencies_parsed_at":"2025-03-09T03:50:32.769Z","dependency_job_id":"416f02e4-7c1d-4738-a328-e8a02747e773","html_url":"https://github.com/jos-felipe/pipex","commit_stats":null,"previous_names":["jos-felipe/pipex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jos-felipe/pipex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jos-felipe%2Fpipex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jos-felipe%2Fpipex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jos-felipe%2Fpipex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jos-felipe%2Fpipex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jos-felipe","download_url":"https://codeload.github.com/jos-felipe/pipex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jos-felipe%2Fpipex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32324544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["42cursus","pipex","pipex42"],"created_at":"2025-03-09T03:50:27.569Z","updated_at":"2026-04-27T05:31:36.777Z","avatar_url":"https://github.com/jos-felipe.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eDescription\u003c/h1\u003e\n\u003cp\u003e\nThis project is about hanling pipes.\n\nYour program will be executed as follows:\n```bash \n./pipex file1 cmd1 cmd2 file2\n```\n\nIt must take 4 arguments:\n\u003e\n\u003e - file1 and file2 are file names.\n\u003e - cmd1 and cmd2 are shell commands with their parameters.\n\nIt must behave exaclty the same as the shell command below:\n\n```bash \n$\u003e \u003c file1 cmd1 | cmd2 \u003e file2\n```\n\u003c/p\u003e\n\n## Examples\n```bash\n$ ./pipex infile \"ls -l\" \"wc -l\" outfile\n``````\nShould behave like: \n```bash\n$ \u003c infile ls -l | wc -l \u003e outfile\n```\n```bash\n$ ./pipex infile \"grep a1\" \"wc -w\" outfile\n``````\nShould behave like: \n```bash\n$ \u003c infile grep a1 | wc -w \u003e outfile\n````\n## Implementation Reference\n\u003chref\u003ehttps://github.com/ArthurSobreira/42_pipex\u003c/href\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjos-felipe%2Fpipex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjos-felipe%2Fpipex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjos-felipe%2Fpipex/lists"}