Which of the following shell redirections will write standard output and standard error output to a
file named filename?
A.
2>&1 >filename
B.
>filename 2>&1
C.
1>&2>filename
D.
>>filename
E.
1&2>filename
Which of the following shell redirections will write standard output and standard error output to a
file named filename?
Which of the following shell redirections will write standard output and standard error output to a
file named filename?
A.
2>&1 >filename
B.
>filename 2>&1
C.
1>&2>filename
D.
>>filename
E.
1&2>filename
Could give an explanation about this question. I think is the option A. but I don’t sure. thank you