Running " tr [A-Z] [a-z]" in a particular directory gives unexpected output
Issue
tr
command working unexpectedly- Running
tr
command gives wrong output indir1
directory. Expected output isanil
.
[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.