adspace
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