Running " tr [A-Z] [a-z]" in a particular directory gives unexpected output
Issue
trcommand working unexpectedly- Running
trcommand gives wrong output indir1directory. Expected output isanil.
[root@server dir1]# echo ANIL | tr [A-Z] [a-z]
aaaa
- Running same command in another directory
dir2gives correct output.
[root@server dir2]# echo ANIL | tr [A-Z] [a-z]
anil
Environment
- Red Hat Enterprise Linux (All releases)
trcommand
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.