A Unix pipe connects file descriptors of two processes. A pipe is created with the POSIX pipe() function declared in . Shells provide pipe creation between processes using "|".

learn more… | top users | synonyms

0
votes
0answers
15 views

How to get send response through a pipe in C, Linux?

I need to make a client - server application where the username is sent to the server, and the server returns the number of processes executed by that user. I need to do this using pipes. This is ...
0
votes
1answer
25 views

write pointers to pipe, are there any strict aliasing or pun type issues?

I need to create many FIFO queues in a program, which is used for communication between threads in the same process. I think I can use pipe() for this purpose, because in this way, I can use select ...
0
votes
2answers
37 views

strange behavior in character string and pipe

I have a program: int main() { int* p_fd = (int*)malloc(2*sizeof(int)); char buf[100]; pipe(p_fd); write(p_fd[1],"hello", strlen("hello")); int n; n = ...
-1
votes
2answers
25 views

Unix: cat-ing a file out to itself - why does this blank the file? [duplicate]

Can someone please explain to me why this code works (i.e. file2.txt is the alphabetically sorted contents of file1.txt): cat file1.txt | sort > file2.txt But when I do this, file1.txt blanks ...
0
votes
1answer
55 views

Use Pipe between FORTRAN and C++

I am trying to pass large amount of data (double numbers) from a FORTRAN program to a C++ Program using pipe method. I followed http://msdn.microsoft.com/en-us/library/ms682499(VS.85).aspx for the ...
1
vote
1answer
25 views

unix : how does a “./process | sort” work?

To debug some map/reduce jobs I often test them using a simple unix command that basically reads cat data/* | mapper | sort | reduce > out Now everything works just fine, but I'm wondering what ...
1
vote
0answers
28 views

Calling subprocess.Popen with stdin, stdout, and stderr set to subprocess.PIPE changes the behavior of the terminal

I recently developed a Python script to leverage a tool to retrieve metrics from JVMs via JMX. The parent process (p1) uses the following code to start another process (p2). p2 = subprocess.Popen( ...
1
vote
2answers
39 views

C: creating named pipe using mknod() not wokring

Language: C OS: Ubuntu I'm simply trying to create a FIFO named pipe using the command: state = mknod("pipe.txt", S_IFIFO | 0666, 0); the problem is i always get the state's value to be -1 ...
0
votes
1answer
20 views

GNU Make: sed doesn't work when piped inside of $(shell)

Here is my experimental Makefile. .SECONDEXPANSION: ~/hello.txt: $(shell echo '$$(@D)/')$(shell echo '$$(@F)' | sed -e 's/hello/bye/') echo "$^" Somehow the sed command doesn't work, and Make ...
0
votes
1answer
32 views

ruby pipes to bash commands

I am creating a ruby wrapper for axel which will issue a HTTP get request to a website directory, parse it for downloadable content, and then pass the full URL off to axel to download one by one ...
0
votes
2answers
75 views

Can not understand the pipe() in my own shell

This is the code i found for my own shell. It works fine, but the thing i can't understand is pipe section of the code. #include <stdio.h> #include <unistd.h> #include <string.h> ...
0
votes
1answer
21 views

Can I pipe files from find to less?

I have a bunch of files, and need to examine all which are non-empty. I can find these files e.g. by running find *e* -maxdepth 1 -size +0 -print But if I add | less to the above, I only get to see ...
0
votes
1answer
47 views

C pipe, fork, dup, and exec()

I'm trying to pass list of strings through pipe to child process where it should display through /bin/cat using execl(). I had it working earlier except that the pipe did not close so the program ...
0
votes
1answer
41 views

How to loop through stdin & pipe output to a child execl command in C?

I have been trying to figure out how to loop through stdin from a file, then send it to a child process who sorts int using execl(). The code below works in that it takes the file & sorts the ...
0
votes
1answer
67 views

C system calls pipe, fork, and execl

I fork()'d a child process and created pipes between them and am able to send argument argv[1] to the child. I want the child to take that filename provided from argv[1] and perform an ...
1
vote
1answer
61 views

C - WHILE Loop with fork() / pipe() inside

I have a problem where I must implement a key logger into a shell we have made in class. I am having trouble getting the flow of the program within a while loop to continue looping after a child ...
0
votes
1answer
40 views

C pipe programming : passing data using a pipe

I just wrote the following code :- #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> int main() { // Create a pipe int fd[2]; pipe(fd); int i; ...
0
votes
1answer
34 views

Can somebody help me with this assignment on pipes?

So we have to create a program that creates 3 children processes, the relay information to each other. The first process reads in data from a file. The second process changes that data by converting ...
0
votes
1answer
71 views

named pipes(fifo) program doesn't work

guys! I am trying to make my first program that uses named pipes or fifo. The client sends to server positive integers. When a negative number is sent, the transmission closes. The server determines ...
0
votes
5answers
72 views

Pipe() doesn't work well - linux

I'm trying to make a program using the pipe communication. This is what I'm trying to do: the user sends positive integers. If the user sends a negative number the communication ends. The parent ...
0
votes
1answer
20 views

Mac open grep file list

I want to search for a string in files and pipe the resulting file list to OSX's "open" command, thus opening all files that contain said string for editing in their default editor (aka not vim). For ...
0
votes
1answer
45 views

writing to pipe signals synchronization

Here's what I'd like to do: (It is a part of the bigger assignment) And I'm stuck at the start of it. I've created the main process which forks p1,p2 processes and used execlp(separate programs). ...
0
votes
1answer
35 views

Stream awk during file generation/ upload from user to my server

I have a redhat server on which I very large files get uploaded by users. Once the files are completely uploaded, I run a script on them to parse the data. Its a bash script with 90% awk in there. Is ...
0
votes
1answer
39 views

Using DOS batch, read 2nd line in a pipe delimited file and extract date from 3rd column

I need to extract a date from a text file. File is in pipe delimited format. It has series of columns which might or might not have value. I need a date from the 3rd column in second row. After that, ...
0
votes
1answer
45 views

Using pipe in linux using parent and child process

i am trying to implement this linux command using C. ls -l | cut -b 1 the way i am trying to do it is calling ls -l in parent process putting output of ls -l in a file(writing to a file) ...
0
votes
0answers
8 views

Icinga performance data: direct pipe into database

I just read through some icinga documentation regarding the performance data collection and processing. But there are some things unclear to me right now: Writing to file/disk -> does this roll over ...
0
votes
0answers
13 views

read() and write() on multi pipes

(Sorry for my poor English)I 'm writing program that invoke a coprocess.Coprocess is a filter reading form stdin,writing to stdout, and invoked by a same process.So my program can give the coprocess ...
1
vote
2answers
46 views

Advantage of named pipes over anonymous pipes c++

What are the advantages of using a named pipe over an anonymous pipe. How a named pipe can be used to communicate to a remote machine.
1
vote
1answer
31 views

Pipes as stdin/stdout in process communication.

I'm learning pipes and I have occured problem. I want my program to work as: grep [word to find] [file to search] | grep -i [without word] | wc -l It compiles and works with no errors, but it gives ...
0
votes
1answer
21 views

Define same pipe to 2 diferent programs

im trying to pass values from one program to another using pipe. The first program create a pipe and then a son process with fork and in the part of the son process she execute with execlp another ...
0
votes
0answers
27 views

Passing chars from keyboard from one process to another with pipe

im trying make a game that consist 2 C files. The game need to be running over linux terminal. The game is tetris game , 1 C file is the keyboard listener and one is the view. The first C file ...
1
vote
1answer
38 views

Struggling to comunicate between processes with signals

im trying to create a game in C under linux terminal. I need to create a tetris game that consists of two c files, One C file create execute file (a.out) and the other create (draw.out). The first ...
0
votes
0answers
13 views

Write program that reades text file, capitalizes and counts

I want to write a program that reads a text file, capitalises every word, counts the number of words and the average word length, and prints all results to an output file (could be stdout). The ...
0
votes
1answer
30 views

Gnu find: apply -prune to directories which match a pattern in external file

I wonder if there is a more efficient way to obtain directory patterns for use with -prune from an external file: find . \( -type d -a -exec sh -c "echo \"{}\" | grep -qEx -f patterns.prune" \; \) ...
0
votes
0answers
29 views

How do I compile pipes in Windows?

I am using MinGW as my compiler and I do not know how to get pipes to work on it. I have tried the function pipe() and fork() but neither of them seem to be working. Does anybody know how to create ...
0
votes
2answers
44 views

Using 2 pipes to transfer between threads

I have to create a program which uses threads and pipes in Java. I have to create 2 classes which are threads. The 1st class makes a random number, then it has to pass to the 2nd class (it will have ...
0
votes
1answer
28 views

How do i diff two files from the web

i need some help on the command line. I want to see the differences of 2 files that not in the local filesystem but on the web. So, i think if have to use diff, curl and some kind of piping. ...
0
votes
1answer
27 views

Trying to pass sudo password directly through STDIN

This is my program, and it doesn't seem to be working. Sometimes I thought it worked with \0 or \r instead of \n, but I guess that is because I had already executed a sudo command on the terminal ...
0
votes
2answers
53 views

Implement a pipe in C

I try to implement a pipe in C but I have a little problem: Here is my function : void commandeTube(char * c1, char * c2) { int c1toc2[2]; int c2toPere[2]; pid_t pidc1, pidc2; ...
0
votes
1answer
56 views

How to clean the Array after write some information

I first declare a pointer array int q,k; char ***schArray; schArray = malloc(sizeof(char**)*1000); for(q = 0; q < 1000; q++) { schArray[q] = malloc(sizeof(char*)*100); for(k = ...
0
votes
2answers
24 views

Unescape with pipe

Given this file $ cat foo.txt \"That's funny, haha\" I can unescape the double quotes with read $ read bar < foo.txt $ echo $bar "That's funny, haha" However can this be done with a pipe? ...
0
votes
0answers
15 views

Both parent process and child process stuck at opening named pipe

Parent process has successfully created named pipes for each helper process using mkfifo(pipe_name, S_IWUSR | S_IRUSR) Then it launches helpers, and opens each pipe by: ::open(pipe_name, O_WRONLY); ...
1
vote
0answers
83 views

How do I manually flush a pipe to a child process in node.js?

I am trying to run the a script on node.js which sequentially sends numbers to an executable a.out, which squares it and writes the result on its stdout. When that happens, the next number will be ...
0
votes
1answer
26 views

C Pipe communicating write/read function cuts of text

The write or read function always cut of everything except the first letter. anyone knows why? I have a father and a child that communicating with pipes. I checked tha variable before putting it into ...
0
votes
0answers
3 views

How can I copy a file between server using bsdtar? [migrated]

I'm looking for the fastest way of copying a file between 2 linux servers using bsdtar. With normal tar, I would do something like: ssh root@remote 'tar -cz -C /my/path/ big_file.txt' | tar -zxv ...
2
votes
1answer
44 views

How to read piped content in C?

I want to be able to do this: $ echo "hello world" | ./my-c-program piped input: >>hello world<< I know that isatty should be used to detect if stdin is a tty or not. If it’s not a tty, ...
1
vote
1answer
38 views

Image pipe from php to ffmpeg

I'm tring to feed FFMpeg whith an image sequence through PHP in order to get a video out of it. I'm using this shell command to read from a text file the image filenames: cat $(cat " . ...
0
votes
1answer
19 views

In bash how to modify an external variable from within a function that is piped?

I have two scripts that call each other. I need to modify a given variable in both. It doesn't work. A.sh : #! /bin/sh funcA() { echo "var B in funcA (1) $__varB" __varB="xxx" echo "var ...
0
votes
0answers
69 views

Pipe stdin/stdout/stderr completely to Process created with CreateProcessAsUser

What i'm trying to do is writing a little wrapper, that allows me to start an application on the Windows GUI of the currently locked in User from withing a service. The wrapper is called as following: ...
0
votes
1answer
22 views

Beginner problems on pipe, fork and if statement [duplicate]

I am learning about socket programming and I am well-know to c-programming. Based on my c-programming knowledge, once the process inside else statement is processed. The process inside if statement ...

1 2 3 4 5 28