MCQOPTIONS
Saved Bookmarks
| 1. |
What is the following syntax used for? command >file1 2>file2 |
| A. | Send command's standard output to file1,and its standard error to file2 |
| B. | Send command's standard error to file1, and its standard output to file2 |
| C. | Send command's standard error to file1, and its standard input to file2 |
| D. | Send command's standard input to file1,and its standard output to file2 |
| Answer» B. Send command's standard error to file1, and its standard output to file2 | |