Which command arranges the lines in a file in descending order?
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.