From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 08:24:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73C5537B401 for ; Tue, 8 Apr 2003 08:24:22 -0700 (PDT) Received: from hotmail.com (dav22.sea1.hotmail.com [207.68.162.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC0A43FBD for ; Tue, 8 Apr 2003 08:24:21 -0700 (PDT) (envelope-from kenzo_chin@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 8 Apr 2003 08:24:21 -0700 Received: from 209.187.233.156 by dav22.sea1.hotmail.com with DAV; Tue, 08 Apr 2003 15:24:21 +0000 X-Originating-IP: [209.187.233.156] X-Originating-Email: [kenzo_chin@hotmail.com] From: "Kenzo" To: Date: Tue, 8 Apr 2003 10:24:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 08 Apr 2003 15:24:21.0693 (UTC) FILETIME=[EDFBBED0:01C2FDE2] Subject: gunzip question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 15:24:22 -0000 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? I hope my question wasn't too confusing. Thanks.