Tina has executed the following command:
$ affiliate.sh 2>>/var/log/worklog
Choose the statement that is true concerning this command.
A.
stdin is redirected to a file.
B.
stderr is redirected to a file.
C.
stdout is redirected to a file.
D.
all output from the script is redirected to a file.
Explanation: