1.

What Is Piping?

Answer»

Piping, represented by the PIPE character “|”, is used to COMBINE TWO or more commands together. The output of the first command SERVES as input the NEXT command, and so on.

Piping, represented by the pipe character “|”, is used to combine two or more commands together. The output of the first command serves as input the next command, and so on.



Discussion

No Comment Found