This Repository contains a few coding examples of some operating system behavior specifically for UNIX
-
Updated
Mar 16, 2017 - C
This Repository contains a few coding examples of some operating system behavior specifically for UNIX
Write a C program similar to a shell interface.
a pipe-friendly command line synthesizer
Contains C programs on Unix system. Uses various system calls such as fork, pipe, wait, signal, dup, file system calls
Implemented UNIX Shell in C, supports various commands such as redirection, pipe, and most bash commands.
🎓 Some of programming courses on the CMC (computational mathematics and cybernetics) faculty of MSU (Moscow State University). First two years of studying.
Même Mario Bros n'a pas aimé ce projet
F[19] OS Course labs (Processes, Pipes, Memory allocation)
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
a system-level programming project that involves executing command lines using the Unix fork() syscall and connecting them with pipes for inter-process communication. This project delve into process management and file descriptor manipulation, replicating the behavior of Unix pipes (|) in a custom implementation.
Add a description, image, and links to the pipe topic page so that developers can more easily learn about it.
To associate your repository with the pipe topic, visit your repo's landing page and select "manage topics."