1.

_____ option is used with sort command for removing repeated lines.(a) -n(b) -u(c) -t(d) -aI had been asked this question in an online quiz.The question is from Sort Command in portion Simple Filters of Unix

Answer»

Right choice is (b) -u

Best explanation: sort provides an option i.e. -u (unique) which lets us remove REPEATED lines from a FILE. We can use this option with sort COMMAND to find unique occurrences in the file. For example,



Discussion

No Comment Found

Related InterviewSolutions