From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17821 invoked by alias); 22 Feb 2008 11:52:10 -0000 Received: (qmail 17813 invoked by uid 22791); 22 Feb 2008 11:52:10 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Feb 2008 11:51:39 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JSWR9-0004Qn-Ty for cygwin@cygwin.com; Fri, 22 Feb 2008 11:51:31 +0000 Received: from dsl89-213-65-242.as15444.net ([89.213.65.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Feb 2008 11:51:31 +0000 Received: from david by dsl89-213-65-242.as15444.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Feb 2008 11:51:31 +0000 To: cygwin@cygwin.com From: zzapper Subject: Re: [ANNOUNCEMENT] Updated: sgrep 1.94a-2 -- Search indexed text regions like SGML,XML and HTML files Date: Fri, 22 Feb 2008 13:11:00 -0000 Message-ID: References: User-Agent: Xnews/2006.08.24 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2008-02/txt/msg00553.txt.bz2 Hey I needed sgrep all my life, is it recent? some simple examples sgrep -i '("

" .. "

")' index.php sgrep -i '("fred" .. "joe")' essay.txt It gets really useful when you stream it sgrep -i '("fred" .. "joe")' essay.txt | egrep -i 'keyword' -- zzapper http://www.successtheory.com/tips/vimtips.html http://www.successtheory.com/tips/zshtips.html http://www.successtheory.com/tips/cygwintips.php (in progress) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/