Q1009
To replace | with ~, which one of the following commands will be used?
A.
tr '|\' '~-'
B.
tr '|\' '~-' > emp.lst
AnswerC.
tr | ~ emp.lst
D.
!
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board