List Question
20 TechQA 2024-03-23T11:28:13.240000intercommunicating using stdin and stdout between forked C processes
58 views
Asked by Emre Kırmızı
Issues with file redirection when building a simple shell
40 views
Asked by iknn
How to supply input to a thread which is polling for stdin, form another thread in the same process?
79 views
Asked by Harish Reddy
STM32 .hex file convert to .dup file
148 views
Asked by Leon
Executing the ls | wc linux command in c program using 2 processes communicating trough a pipe
1k views
Asked by MrRhabdos
C program prints to terminal instead of file even after using dup2/dup
562 views
Asked by Lidor Cohen
How do I use 2 child processes one for executing command and the other one for reading output and passing it to the next?
271 views
Asked by BrokenStarz111
In C how to read the output of a process and write it in the input of another?
561 views
Asked by BrokenStarz111
In C how can i get the size of a pipe file descriptor without using READ or Write?
584 views
Asked by BrokenStarz111
Restore contents of a file descriptor after reading it?
267 views
Asked by BrokenStarz111
C restore stdin to the actual standard input after using dup2
645 views
Asked by Myron
Redirecting stdout to pipe and reading from it from a single process
717 views
Asked by trexxet
piping and redirection for execv command
373 views
Asked by Ilya Zlatkin
How to implement pipes and redirections in my shell?
490 views
Asked by Cemetery_Gates
Rails 6 Dup in nested controller
61 views
Asked by Jeremy Bray
How to execute the command ls|sort -r in C using pipe and fork()?
554 views
Asked by mary
Problem when redirecting standard output with dup and dup2 in c
506 views
Asked by Théo Monarc
Difficulty with switching between stdout and file using Dup2
234 views
Asked by Shimon Cohen
Why is the getline in my child process blocking?
178 views
Asked by Jann Poppinga