LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: An introduction to pipes and named pipes in Linux (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-an-introduction-to-pipes-and-named-pipes-in-linux-4175636989/)

LXer 08-23-2018 06:01 PM

LXer: An introduction to pipes and named pipes in Linux
 
Published at LXer:

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-Nread more

Read More...


All times are GMT -5. The time now is 09:02 AM.