1.

Which option is used with sort command to sort multiple files collectively?(a) -m(b) -n(c) -c(d) -oThe question was asked during an online exam.This interesting question is from Sort Command topic in portion Simple Filters of Unix

Answer»

The CORRECT option is (a) -m

Explanation: When we USE sort command with multiple FILENAMES as ARGUMENTS, it concatenates all of them and sorts them collectively. -m option usually makes the performance to suffer. For example, to sort three FILES, use the following command:



Discussion

No Comment Found

Related InterviewSolutions