adspace


What does pipe do in unix?

Answer Posted / Banti

The pipe (|) in Unix is a symbol that allows the output of one command to be passed as input to another command. It enables chaining multiple commands together, each executing in sequence and utilizing the result of the previous command as its input.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988