Which command arranges the lines in a file in alphabetical sequence?
Explanation
The 'sort' command organizes the lines of a file in alphabetical order by default. Option B ('sh') is a shell command interpreter, option C ('st') is not a standard command, and option D ('sort -r') sorts lines in reverse order.