Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Fri, 25 Apr 2003 20:38:53 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Qwer Zxcv cc: cygwin AT cygwin DOT 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 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 '\