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?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *


kradefil

kradefil

Could give an explanation about this question. I think is the option A. but I don’t sure. thank you