From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 3 11:00:30 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E97CC16A41F for ; Sat, 3 Sep 2005 11:00:30 +0000 (GMT) (envelope-from wigry@uninet.ee) Received: from mail.neti.ee (smtp-out-1.neti.ee [194.126.101.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90D6A43D45 for ; Sat, 3 Sep 2005 11:00:30 +0000 (GMT) (envelope-from wigry@uninet.ee) Message-ID: <43198251.6070606@uninet.ee> Date: Sat, 03 Sep 2005 14:00:33 +0300 From: Rein Kadastik User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 CC: freebsd-hackers@freebsd.org References: <43196C96.6040504@uninet.ee> <20050903101800.GA77285@cirb503493.alcatel.com.au> In-Reply-To: <20050903101800.GA77285@cirb503493.alcatel.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee Subject: Re: sed not working X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2005 11:00:31 -0000 Peter Jeremy wrote: >On Sat, 2005-Sep-03 12:27:50 +0300, Rein Kadastik wrote: > > >>Lets take the following sed command (from the ncurses MKlib_gen.sh script): >> >>sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' >> >> OK got again some extremely strange testing results. If there is anywhere in the first token (the length does not matter) one of the following charakters: t, u, v, w, x, y, the transformation fails. Note that with z it works and with a-s it works also. -- Rein