What two are the result of typing cat myfile.txt 2> file_output.log from the command line? (Choose two.)

Posted by: Pdfprep Category: 210-250 Tags: , ,

What two are the result of typing cat myfile.txt 2> file_output.log from the command line? (Choose two.)
A . The contents of myfile.txt will be displayed on the terminal.
B . The contents of myfile.txt will be sent to file_output.log.
C . Any errors that are associated with displaying the file are sent to file_output.log.
D . The contents of file_output.log will overwrite the contents of myfile.txt.
E . The command will generate an error due to invalid syntax.

Answer: AC

Leave a Reply

Your email address will not be published.