which an existing file is overwritten? seenagape 10 years ago Which of the following commands redirects the output of cmd to the file foo.txt, in which an existingfile is overwritten? A.cmd || foo.txt B.cmd | foo.txt C.cmd && foo.txt D.cmd >> foo.txt E.cmd > foo.txt ← Previous question Next question →