Operating-Systems
October 11, 2023Operating-Systems
October 11, 2023GATE 1997
| Question 22 |
I/O redirection
| implies changing the name of a file | |
| can be employed to use an existing file as input file for a program | |
| implies connection 2 programs through a pipe | |
| None of the above
|
Question 22 Explanation:
Redirection is known as capturing output from a file, command, program (or) even code block within a script and sending it as input to another file, command, program (or) script.
Correct Answer: B
Question 22 Explanation:
Redirection is known as capturing output from a file, command, program (or) even code block within a script and sending it as input to another file, command, program (or) script.
