Fwd: Re: linecut (warnocked?)

2007-10-20 Thread Steven Schubiger
- Forwarded message from Jim Meyering [EMAIL PROTECTED] - Date: Fri, 19 Oct 2007 23:50:58 +0200 From: Jim Meyering [EMAIL PROTECTED] To: Steven Schubiger [EMAIL PROTECTED] Subject: Re: linecut (warnocked?) Steven Schubiger [EMAIL PROTECTED] wrote: Jim Meyering [EMAIL PROTECTED] wrote:

tr: [:upper:] and [:lower:] in SET1

2007-10-20 Thread Per Starbäck
tr (GNU coreutils) 6.9 $ echo Foo | tr '[:upper:]' '[X*]' tr: misaligned [:upper:] and/or [:lower:] construct Other character sets work like this, at least this one: $ echo Foo | tr '[:alnum:]' '[X*]' XXX I guess there is a bug in code that is there to check if [:upper:] or [:lower:]