Anonymous Pipe
The pipe (|
) used in terminal commands like ls | grep text.txt
is an example of an anonymous pipe.
- Anonymous pipes are used for one-time, temporary communication between processes.
- Named pipes are not involved in such simple, one-off command chaining.