Q. What is the following syntax used for command 2> /dev/null (A) Send the output of command to a file called /dev/null (B) Discard standard error entirely. (C) Append the output of command to a file called /dev/null (D) Send error messages from command to a file called /dev/null ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Send error messages from command to a file called /dev/null