README
vcgrep
vcgrep prints a summary of all the matches of a regular-expression capture group within input files. Simple terminal visualization of the progress and results is provided. Use it to easily show the frequency of status codes from apache access logs, or the frequency of words in a text document.
Install
vcgrep requires node 0.10 or later.
npm install -g vcgrep
Examples
Frequency of status codes in an apache access log:
vcgrep '(\d+)\W+\d+