Which command arranges the lines in a file in descending order?

Choose the correct answer

Explanation

The 'sort -r' command sorts the lines of a file in reverse (descending) order. Other options like 'sh' and 'st' are unrelated commands, and 'sort' alone sorts in ascending order.

Which command arranges the lines in a file in descen… — Basic of linux unix | PakQuizHub