MCQOPTIONS
Saved Bookmarks
| 1. |
What is the purpose of the following operator? >> |
| A. | It is used to send the output of one command so it becomes the input of a second command. |
| B. | It is used to send both input and output to the same file. |
| C. | It is used to overwrite the contents of a file. |
| D. | It appends data to a file without overwriting it. |
| Answer» E. | |