162Software EngineeringMediumWhich command is used to sort the lines of data in a file in reverse order________?AsortBshCsort -rDst Correct answerC. sort -r ExplanationThe correct answer is sort -r.