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
.