MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following segment of code does?grep -i man heroes.txt |
| A. | manually opens a file called heroes.txt |
| B. | manages heroes.txt |
| C. | search for “man” in the file “heroes.txt” |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |