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: Thu, 19 Feb 2004 19:32:22 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Reini Urban cc: cygwin AT cygwin DOT com Subject: Re: search and replace tool In-Reply-To: <40354B21.6040802@x-ray.at> Message-ID: References: <291592011 DOT 20040218205953 AT thequod DOT de> <6 DOT 0 DOT 1 DOT 1 DOT 0 DOT 20040218151724 DOT 0398d488 AT 127 DOT 0 DOT 0 DOT 1> <40354B21 DOT 6040802 AT x-ray DOT at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 On Fri, 20 Feb 2004, Reini Urban wrote: > Larry Hall schrieb: > > At 02:59 PM 2/18/2004, dAniel hAhler you wrote: > >>I'm looking for a search and replace tool to replace a text portion in > >>a bunch (3500+) of files. > >> > >>That should be an easy one.. :) > > > > This isn't really Cywgin-specific. As a result, it's off-topic for this > > list. > > But fixing perl's long-standing inability to do direct inline editing > via perl -i would be cygwin specific. > Anyone investigated this lately? What on Earth are you talking about? What inability? WFM (see below). Igor $ cygcheck -cd perl Cygwin Package Information Package Version perl 5.8.2-1 $ ls $ cat < sometext > blah > blah and more blah > still blah > ok, done with blah > EOF $ ls sometext $ cat sometext blah blah and more blah still blah ok, done with blah $ perl -i -pe 's/blah/stuff/g' sometext $ ls sometext sometext.bak $ cat sometext stuff stuff and more stuff still stuff ok, done with stuff $ -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- 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/