which an existing file is overwritten? seenagape 9 years ago Which of the following commands redirects the output of cmd to the file foo.txt, in which anexisting file 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 →