Which command arranges the lines in a file in alphabetical sequence?

Choose the correct answer

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.

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