This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: rollback procedure
- From: Igor Pechtchanski <pechtcha at cs dot nyu dot edu>
- To: Qwer Zxcv <partner4progress at yahoo dot com>
- Cc: cygwin at cygwin dot com
- Date: Fri, 25 Apr 2003 20:38:53 -0400 (EDT)
- Subject: Re: rollback procedure
- Reply-to: cygwin at cygwin dot com
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
'\<path[:blank:]*='.
Igor
--
http://cs.nyu.edu/~pechtcha/
|\ _,,,---,,_ pechtcha at cs dot nyu dot edu
ZZZzz /,`.-'`' -. ;-;;,_ igor at watson dot ibm dot com
|,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski
'---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow!
Knowledge is an unending adventure at the edge of uncertainty.
-- Leto II
--
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/