Running " tr [A-Z] [a-z]" in a particular directory gives unexpected output

Solution Verified - Updated -

Issue

  • tr command working unexpectedly
  • Running tr command gives wrong output in dir1 directory. Expected output is anil.
 [root@server dir1]# echo ANIL | tr [A-Z] [a-z]
  aaaa
  • Running same command in another directory dir2 gives correct output.
 [root@server dir2]# echo ANIL | tr [A-Z] [a-z]
  anil

Environment

  • Red Hat Enterprise Linux (All releases)
  • tr command

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content