The output of tcpdump is a binary file. Which of the following commands will write the tcpdump file into an ASCII file through std_out?
A.
tcpdump <file_name> > <file_name>
B.
tcpdump <file_name> %> <file_name>
C.
tcpdump <file_name> ?> <file_name>
D.
tcpdump <file_name> &> <file_name>
E.
tcpdump <file_name> *> <file_name>