What is the effect on the grep command when the -v option is used?
A.
It enables multi-line matching on the input.
B.
It is a shortcut for the vgrep command.
C.
It sets the verbose flag and increases the amount of information that is provided.
D.
It inverts the matching to select non-matching lines.