in reply to Re: sum of counts from unix grep -cin thread sum of counts from unix grep -c
This works just as well: cat files | grep -hc pattern [download]
cat files | grep -hc pattern [download]
-- Randal L. Schwartz, Perl hacker