Which of the following strings indicates that the input of the program called printData should be redirected from the file called yData?

A.
printData | myData
B.
printData > myData
C.
printData . myData
D.
printData < myData
You must be logged in to post a comment.
I have the same idea. D
0
0