InterviewSolution
Saved Bookmarks
| 1. |
What Is Plumbing / Piping? |
|
Answer» It is the PROCESS of using the output of one program as an INPUT to another. For example, instead of sending the listing of a folder or drive to the main screen, it can be piped and sent to a file, or sent to the PRINTER to PRODUCE a hard copy. It is the process of using the output of one program as an input to another. For example, instead of sending the listing of a folder or drive to the main screen, it can be piped and sent to a file, or sent to the printer to produce a hard copy. |
|