Skip to content

mrgrep

Latest
Compare
Choose a tag to compare
@romange romange released this 03 Aug 22:14
· 366 commits to master since this release

Matches regular expressions in text files stored on local disk or on google storage. Handles compressed files as well (using gzip or zstd).

For example,

> mrgrep -e "foo|bar" gs://bucket/folder/fileprefix

will grep all files in the bucket matching the prefix folder/fileprefix.