( tibyke | 2012. 11. 06., k – 09:08 )

grep REGEX /foo/bar | wc -l ===> grep -c REGEX /foo/bar

t