emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13295: closed (Possible bug - tr utility)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13295: closed (Possible bug - tr utility)
Date: Sat, 29 Dec 2012 08:27:02 +0000

Your message dated Sat, 29 Dec 2012 00:25:23 -0800
with message-id <address@hidden>
and subject line Re: bug#13295: Possible bug - tr utility
has caused the debbugs.gnu.org bug report #13295,
regarding Possible bug - tr utility
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13295: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13295
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Possible bug - tr utility Date: Fri, 28 Dec 2012 17:37:18 +0000

Hello –

 

I encountered the situation shown below so thought that I would report it to see if it might be a bug or is expected behavior.  Please let me know if you need additional information.

 

Randy

 

 

$

$ echo something | tr [:lower:] [:upper:]

SOMETHING

$ echo something | tr '[:lower:]' '[:upper:]'

SOMETHING

$

$ touch l

$ echo something | tr [:lower:] [:upper:]

tr: misaligned [:upper:] and/or [:lower:] construct

$ echo something | tr '[:lower:]' '[:upper:]'

SOMETHING

$ rm l

$

$ touch u

$ echo something | tr [:lower:] [:upper:]

tr: misaligned [:upper:] and/or [:lower:] construct

$ echo something | tr '[:lower:]' '[:upper:]'

SOMETHING

$ rm u

$

$ touch l

$ touch u

$ echo something | tr [:lower:] [:upper:]

something

$ echo something | tr '[:lower:]' '[:upper:]'

SOMETHING

$ rm l

$ rm u

$

$

$ uname -srvo

Linux 2.6.18-274.18.1.0.1.el5 #1 SMP Thu Feb 9 19:07:16 EST 2012 GNU/Linux

$ echo $SHELL

/bin/bash

$

Notice:  All email and instant messages (including attachments) sent to
or from Franklin Templeton Investments (FTI) personnel may be retained,
monitored and/or reviewed by FTI and its agents, or authorized
law enforcement personnel, without further notice or consent.


--- End Message ---
--- Begin Message --- Subject: Re: bug#13295: Possible bug - tr utility Date: Sat, 29 Dec 2012 00:25:23 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0
Closing the bug, then....


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]