LXer: Introduction to named pipes on Bash shell
by LXer from LinuxQuestions.org on (#5E9F4)
Published at LXer:
On Linux and Unix-based operating systems, pipes are very useful since they are a simple way to achieve IPC (inter-process communication). When we connect two processes in a pipeline, the output of the first one is used as the input of the second one.
Read More...


On Linux and Unix-based operating systems, pipes are very useful since they are a simple way to achieve IPC (inter-process communication). When we connect two processes in a pipeline, the output of the first one is used as the input of the second one.
Read More...