adspace
Answer Posted / Dinesh Kumar Verma
In Unix-based systems, the 'pipe()' function connects the output of one process to the input of another. It doesn't return a value directly, but instead allows for chaining commands where the output of one command serves as the input for another.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers