Q.

What will be printed for the command below? $ grep –c “^echo” abc

A. The count of lines that do not contain the pattern echo in file abc
B. The count of lines which begin with the pattern echo in file abc
C. The count of lines that ends with the pattern echo in file abc
D. None of the above
Answer» B. The count of lines which begin with the pattern echo in file abc
3.4k
0
Do you find this helpful?
40

View all MCQs in

Linux Programming

Discussion

No comments yet