From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 10:58:06 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 801BF16A419 for ; Mon, 27 Aug 2007 10:58:06 +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 3DC3513C46C for ; Mon, 27 Aug 2007 10:58:06 +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 1IPcIH-000Cya-0v for freebsd-current@freebsd.org; Mon, 27 Aug 2007 13:58:05 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Aug 2007 13:58:04 +0300 From: Danny Braniss Message-ID: Subject: 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 10:58:06 -0000 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? thanks, danny