1.

Which symbol is used to redirect error messages to /dev/null?(a) %(b) $(c) >(d)

Answer»

The CORRECT answer is (c) >

Best explanation: As we REDIRECT our output using > symbol to other files in simple commands, this technique can also be USED to redirect ERROR messages to /dev/null file. For example,



Discussion

No Comment Found

Related InterviewSolutions