InterviewSolution
Saved Bookmarks
| 1. |
You Want To Know How Many Lines In The Kickoff File Contains 'prize'. Which Of The Following Commands Will Produce The Desired Results? |
|
Answer» Using the -c OPTION with the GREP COMMAND will show the total number of LINES containing the specified pattern rather than DISPLAYING the lines containing the pattern. Using the -c option with the grep command will show the total number of lines containing the specified pattern rather than displaying the lines containing the pattern. |
|