An introduction to pipes and named pipes in Linux

Posted by bob on Aug 23, 2018 7:00 PM EDT
Opensource.com
Mail this story
Print this story

In Linux, 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. The syntax for the pipe or unnamed pipe command is the | character between any two commands: Command-1 | Command-2 | …| Command-N read more

Full Story

  Nav
» Read more about: Groups: Linux; Story Type: News Story

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.