Which of the following commands will send output from the program myapp to both stdout and the file file1.txt?
Which of the following commands will send output from the program myapp to both stdout and the file file1.txt?
You wish to send the output of a command to standard output (stdout) and save it to a file…
You wish to send the output of a command to standard output (stdout) and save it to a file. The command to use is ______________.
Do not specify any arguments.