Multiple Choice
How can the normal output of a command be written to a file while discarding the error output?
A) command >2>file 1&>/dev/null
B) command < output > /dev/null
C) command > discard-error > file
D) command > /dev/null 2&>1 output
E) command >file 2>/dev/null
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q101: Which of the following SQL queries counts
Q102: How many fields are in a syntactically
Q103: Which of the following information is stored
Q104: What is the name of the simple
Q105: From a Bash shell, which of the
Q107: Which of the following commands will help
Q108: Which of the following tools used for
Q109: What does the command mount -a do?<br>A)
Q110: Which configuration file would be edited to
Q111: Which of the following commands can be