From owner-freebsd-questions@FreeBSD.ORG Sun Nov 4 01:03:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D65E816A418 for ; Sun, 4 Nov 2007 01:03:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id B354E13C4B7 for ; Sun, 4 Nov 2007 01:03:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 67AC44830D for ; Sat, 3 Nov 2007 20:35:49 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 3BF4CB83F for ; Sun, 4 Nov 2007 00:30:26 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 4 Nov 2007 00:30:22 +0000 References: <472D0E7D.6050209@gmail.com> In-Reply-To: <472D0E7D.6050209@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711040030.22748.lists-fbsd@shadypond.com> Subject: Re: reverse grep X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 01:03:10 -0000 On Sunday 04 November 2007 00:12:45 deeptech71@gmail.com wrote: > How is it possible to select lines that do NOT match a specific pattern? grep -v