Date: Tue, 8 Apr 2003 13:14:31 -0500 From: "Kenzo" <kenzo_chin@hotmail.com> To: <freebsd-questions@FreeBSD.ORG> Subject: Re: gunzip question Message-ID: <DAV29kZIhTrBoe2U8QV00009715@hotmail.com> References: <20030408143638.U57177-100000@cactus.fi.uba.ar>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks. that's what I was looking for. ----- Original Message ----- From: "Fernando Gleiser" <fgleiser@cactus.fi.uba.ar> To: "Kenzo" <kenzo_chin@hotmail.com> Cc: <freebsd-questions@FreeBSD.ORG> Sent: Tuesday, April 08, 2003 12:37 PM Subject: Re: gunzip question > 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 > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DAV29kZIhTrBoe2U8QV00009715>