adspace


How does unix pipe work?

Answer Posted / Sakla Mardi

In Unix, 'pipes' allow data from one command to be passed as input to another. This is achieved using the `|` symbol. For example: `ls | grep 'pattern'`

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