From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 12:22:16 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE50D16A46B for ; Mon, 27 Aug 2007 12:22:16 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7FE0A13C465 for ; Mon, 27 Aug 2007 12:22:16 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1IPdbj-000DwB-8s; Mon, 27 Aug 2007 15:22:15 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Alexander Leidinger In-reply-to: <20070827131045.6jv7qrdlw0wg0sos@webmail.leidinger.net> References: <20070827131045.6jv7qrdlw0wg0sos@webmail.leidinger.net> Comments: In-reply-to Alexander Leidinger message dated "Mon, 27 Aug 2007 13:10:45 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Aug 2007 15:22:15 +0300 From: Danny Braniss Message-ID: Cc: freebsd-current@freebsd.org Subject: Re: sed misbehaving? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2007 12:22:16 -0000 > Quoting Danny Braniss (from Mon, 27 Aug 2007 > 13:58:04 +0300): > > > Since noone is complaining, this must be an oversite on my part, but > > echo 'ABC'|sed 's/a/z/' > > results in > > zBC > > what did i miss? > > An update from an old -current to a recent -current (this was a > temporary bug after a change to sed). > > Bye, > Alexander. i guess in -current, Aug 19 is old :-) i'll try again, thanks.