MCQOPTIONS
Saved Bookmarks
| 1. |
What does -c operation do in grep command? |
| A. | Matches either upper or lowercase. |
| B. | Prints only the count of matching lines. |
| C. | Prints the matched line and its line number. |
| D. | Prints all lines that do not match pattern. |
| Answer» C. Prints the matched line and its line number. | |