What is the use of a pipe?

Options
- Several functions can be combined in a single statement.
- UNIX is an open source and free software
- Stream input to output.
- Both a and c


CORRECT ANSWER : Both a and c

Discussion Board
Explanation-

Symbol of pipe is "|" (pipe) operator. This operator is used for redirection. Which sends the standard output of one command to another command as standard input.

Pipes are useful to chain up several programs, so that multiple commands can execute at once without using a shell script.

Sapna 03-7-2017 07:18 AM

linux

What is the use of a pipe.
ans for this is
Several functions can be combined in a single statement. only na
how it is
CORRECT ANSWER : Both a and c


jvprasad 10-31-2016 03:14 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement