The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-09-2004
zazzybob's Avatar
zazzybob zazzybob is offline
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Quote:
Originally posted by encrypted
grep -c <pattern> <filename>
Nah. grep -c only counts number of lines on which a match occurs, not number of occurrences. So a line with <pattern>foofoo<pattern> would only count as one match with grep -c.

Cheers
ZB
Reply With Quote