For which of the following can the tee command be used?
A.
Print the contents of a file in reverse order.
B.
Use the output of one command as arguments to another.
C.
Add line numbers to the output of a command.
D.
Pipe the output of one command into the input of another.
E.
Send a command’s output to stdout and a to file at the same time.
Explanation: