Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.1og?

Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.1og?
A. cat < myapp | cat > file1.1og
B. myapp 0>&1 | cat > file1.1og
C. myapp | cat > file1.1og
D. myapp| tee file1.1og
E. tee myapp file1.1og

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.