Vidyalelo
Computer Science · Q1009

UNIX

Engineering and GATE · Computer Science · question 1009

Q1009

To replace | with ~, which one of the following commands will be used?

A.
tr '|\' '~-'
B.
tr '|\' '~-' > emp.lst
Answer
C.
tr | ~ emp.lst
D.
!

Answer: Option B

Solution

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