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
Which of the following strings indicates that the input of the program called printData should be redirected from the file called yData?
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
I have the same idea. D