Tuesday, 27 October 2015

Given a file find the count of lines containing word “ABC”.

grep –c  “ABC” file1

No comments:

Post a Comment