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

Verified
Correct Answer:
Verified
Related Questions
Q191: Which of the following commands kills the
Q192: What is the correct command to extract
Q193: Which of the following options for the
Q194: Which character in the password field of
Q195: Which of the following commands can be
Q197: In the vi editor, which of the
Q198: Where are user specific crontabs stored?<br>A) In
Q199: Each entry in a crontab must end
Q200: Which of the following are commonly used
Q201: What happens after issuing the command vi