1.

Which option is used with tr command for deleting characters?(a) -d(b) -c(c) -n(d) -aThis question was addressed to me by my school principal while I was bunking the class.I need to ask this question from Unique and tr Command in division Simple Filters of Unix

Answer»

Right OPTION is (a) -d

For EXPLANATION I would say: By using tr command we can delete the characters from a FILE. To perform this operation, we’ve to use -d option. For EXAMPLE,



Discussion

No Comment Found

Related InterviewSolutions