You wish to count the number of lines in a file using the grep command. Which of the following options will you use to accomplish the task?
1) grep -c
2) grep -n
3) grep -l
4) grep -v