articles/pipe.md: update

This commit is contained in:
tocariimaa 2025-02-17 00:52:05 -03:00
parent a5b655dfc5
commit 0dacbac99f

View file

@ -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.