From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25821 invoked by alias); 26 Apr 2003 00:38:55 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 25813 invoked from network); 26 Apr 2003 00:38:54 -0000 Received: from unknown (HELO slinky.cs.nyu.edu) (128.122.20.14) by sources.redhat.com with SMTP; 26 Apr 2003 00:38:54 -0000 Received: from localhost (pechtcha@localhost) by slinky.cs.nyu.edu (8.11.7+Sun/8.11.7) with ESMTP id h3Q0crV26204; Fri, 25 Apr 2003 20:38:53 -0400 (EDT) X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Sat, 26 Apr 2003 04:53:00 -0000 From: Igor Pechtchanski Reply-To: cygwin@cygwin.com To: Qwer Zxcv cc: cygwin@cygwin.com Subject: Re: rollback procedure In-Reply-To: <20030426001208.91064.qmail@web14806.mail.yahoo.com> Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-04/txt/msg02293.txt.bz2 On Fri, 25 Apr 2003, Qwer Zxcv wrote: > I wrote > > * Note any customizations that affect $PATH. This could be done by, > > e.g., running > > > find . -type f | grep -ni 'path' > > > from one's homedir. > > which should of course be > > find . -type f | xargs grep -i 'path' You might want to give at least the "-w" flag to grep, otherwise you'll catch things like "cygpath" and "classpath". Alternatively, search for '\