parent
Here are 7 public repositories matching this topic...
Design a program using ordinary pipes in which the parent process sends a message from a file named file.txt to a child process, and the child process removes the occurrences of all the special characters including &,@,#,%,*,? &,$,”, and ~ and replace them with space (’ ’). And send the modified version back to the parent process.
-
Updated
Oct 7, 2022 - C
Operating Systems Projects. You can find FORK - SHARED MEMORY - SEMAPHORE implementations in here. Also you can see the complete elevator simulation with Semaphores and Shared Memory.
-
Updated
May 4, 2019 - C
-
Updated
Sep 16, 2022 - C
A program using the fork() system call that prints the given geometric series.
-
Updated
Aug 8, 2018 - C
Improve this page
Add a description, image, and links to the parent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parent topic, visit your repo's landing page and select "manage topics."