Tag Archives: pipeline

pipeline in linux/unix with examples

Pipeline is an inter-process communication in Linux and other Unix-like operating systems, similar to redirection, which transmits standard output to other target locations. Continue reading

Posted in System | Tagged | Comments Off on pipeline in linux/unix with examples