Vidyalelo
Computer Science · Q173

UNIX

Engineering and GATE · Computer Science · question 173

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
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board