Q. What is the following syntax used for? command >file1 2>file2
β
Correct Answer: (A)
Send command's standard output to file1,and its standard error to file2
You must be Logged in to update hint/solution