Posted by: Pdfprep
Post Date: November 15, 2020
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