Which command arranges the lines in a file alphabetically?

Choose the correct answer

Explanation

The 'sort' command is used to organize the lines of a file in alphabetical order. Option A, 'sort -r', sorts in reverse order. Options B and C are unrelated commands.

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