articles/pipe.md: update
This commit is contained in:
parent
a5b655dfc5
commit
0dacbac99f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Pipe
|
||||
A pipe is an unidirectional IPC mechanism used first in the [Unix](unix.md) operating system, used to connect one
|
||||
A pipe is an unidirectional [IPC](ipc.md) mechanism used first in the [Unix](unix.md) operating system, used to connect one
|
||||
or multiple processes together (then forming a pipeline). Pipes are a central concept in Unix-like operating systems as it
|
||||
allows the composition of multiple programs results without using temporary files.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue