LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Pipes in Unix Based Operating Systems (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-pipes-in-unix-based-operating-systems-919950/)

LXer 12-21-2011 10:01 PM

LXer: Pipes in Unix Based Operating Systems
 
Published at LXer:

Unix based operating systems like Linux offer a unique approach to join two discrete commands, and generate a new command using the concept of pipe(lines). For example, consider command1|command2. Here, whatever output is generated by the first command becomes the standard input for the second command. We can develop more and more complex Unix command sequences by joining many commands while maintaining input output relationships.

Read More...


All times are GMT -5. The time now is 10:22 PM.