nodegrep
v0.1.2
Published
async grep command
Downloads
32
Readme
Async Grep
Useful node bindings to allow for multiple files to be "greped" simultaneously.
##Install
npm install nodegrep
##Usage
nodegrep <pattern> <file> <file> ...
nodegrep command package.json
package.json:4 "description": "async grep command",