https://github.com/nabilac27/pipex
pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.
https://github.com/nabilac27/pipex
command-execution concurency environment-variables error-handling file-descriptor file-handling input-output inter-process-communication memory-management pipeline pipes process-management redirection string-manipulation
Last synced: 10 months ago
JSON representation
pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.
- Host: GitHub
- URL: https://github.com/nabilac27/pipex
- Owner: nabilac27
- Created: 2025-01-19T10:06:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T15:20:31.000Z (12 months ago)
- Last Synced: 2025-02-07T16:25:48.448Z (12 months ago)
- Topics: command-execution, concurency, environment-variables, error-handling, file-descriptor, file-handling, input-output, inter-process-communication, memory-management, pipeline, pipes, process-management, redirection, string-manipulation
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pipex is a C program that simulates a shell pipeline,
using pipes and process management to execute commands,
handle file redirection, and facilitate inter-process communication.