MCQOPTIONS
Saved Bookmarks
| 1. |
cat < file1 >> file2 | file3 |
| A. | file1 content will be appended to file2 and finally stored in file3 |
| B. | file1 content will be appended to file2 and file3 will be ignored |
| C. | file2 and file3 will have same content |
| D. | syntax error |
| Answer» E. | |