CompTIA Exam Questions

Which of the following strings indicates that the input of the program called printData should be re

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