Which of the following shell redirections will write standard output and standard error output to a seenagape 10 years ago Which of the following shell redirections will write standard output and standard error output to afile named filename? A.2>&1 >filename B.>filename 2>&1 C.1>&2>filename D.>>filename E.1&2>filename ← Previous question Next question →