Top "Pipe" questions

A pipe is an interprocess connection between file descriptors of two processes.

C# Console receive input with pipe

I know how to program Console application with parameters, example : myProgram.exe param1 param2. My question is, how can I …

c# pipe
Preserve colouring after piping grep to grep

There is a simlar question in Preserve ls colouring after grep’ing but it annoys me that if you pipe …

linux bash colors grep pipe
How to send integer with pipe between two processes!

I am trying to send an integer with pipe in a POSIX system but write() function is working for sending …

c linux ipc pipe
How do you pipe input through grep to another utility?

I am using 'tail -f' to follow a log file as it's updated; next I pipe the output of that …

bash cygwin grep pipe cut
OSError: [Errno 11] Resource temporarily unavailable. What causes this?

Background I have two python processes that need to communicate with each other. The comminication is handled by a class …

python pipe fifo
Why piping input to "read" only works when fed into "while read ..." construct?

I've been trying to read input into environment variables from program output like this: echo first second | read A B ; …

bash while-loop pipe piping
read stdin in function in bash script

I have some set of bash functions which output some information: find-modelname-in-epson-ppds find-modelname-in-samsung-ppds find-modelname-in-hp-ppds etc ... I've been writing functions which …

bash shell pipe bash-function
DatePipe is not working correctly in Angular 6

In my Angular application after upgrading from version 5 to 6, this error is occurring when using DatePipe. I'm saving a Date () …

angular firebase date pipe google-cloud-firestore
Having trouble with fork(), pipe(), dup2() and exec() in C

Here's my code: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <…

c exec fork pipe dup2
Vim: Pipe selected text to shell cmd and receive output on vim info/command line

I want to pipe the selected text to a shell command and receive the one-line output from this shell command …

vim shell command-line pipe