gunzip question

Fernando Gleiser fgleiser at cactus.fi.uba.ar
Tue Apr 8 10:40:39 PDT 2003


On Tue, 8 Apr 2003, Kenzo wrote:

> I want to be able to search within a gzip file without having to uncompress
> it.
> say I have a file name one.gz I want to not only view the content but to
> search in it.
> if I do " gunzip -c one.gz | more " it will display the content, but not
> give me the option to search.
> Is there a way to do that?

gzcat one.gz | less


			Fer



More information about the freebsd-questions mailing list