An introduction to pipes and named pipes.md 401 B


Title: An introduction to pipes and named pipes Date: 2018-08-27 12:49:14 Categories: [cli] tags: [pipes]

Authors: sedlav

The pipe command lets you sends the output of one command to another. Piping, as the term suggests, can redirect the standard output, input, or error of one process to another for further processing.

Link