Feature request for zgrep
In addition to zgrep, we need bzgrep. I suggest looking at `basename $0` to decide whether to use gzip or bzip2 at line 149, using a variable set earlier: unzipper=gzip unzipper_options=-cdfq case `basename $0` in (bzgrep) unzipper=bzip2;; (Zgrep*) unzipper=zcat unzipper_options
Re: Feature request for zgrep
On 07/19/2012 01:19 PM, Van Snyder wrote: > In addition to zgrep, we need bzgrep. That is not really a gzip issue. Perhaps you can send your request to the bzip2 developers.