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