Posted by: Pdfprep
Post Date: January 11, 2021
Which of the following commands redirects the output of cmd to the file foo.txt, in which an existing file is overwritten?
A . cmd || foo.txt
B . cmd | foo.txt
C . cmd && foo.txt
D . cmd >> foo.txt
E . cmd > foo.txt
Answer: E
Leave a Reply