Pipeline (Unix)

Pipeline (Unix)

Jesse Russell Ronald Cohn

     

бумажная книга



ISBN: 978-5-5138-3081-8

High Quality Content by WIKIPEDIA articles! In Unix-like computer operating systems (and, to some extent, Microsoft Windows), a pipeline is the original software pipeline: a set of processes chained by their standard streams, so that the output of each process (stdout) feeds directly as input (stdin) to the next one. Each connection is implemented by an anonymous pipe. Filter programs are often used in this configuration.