Q173
Below command will change the case of text from lower to upper. head -n 3 emp.lst | tr '[a-z]' '[A-Z]'
A.
True
AnswerB.
False
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board