Computer Science, asked by PratyakshVyas7065, 1 year ago

Which command is used to sort the lines of data in a file in reverse order?

Answers

Answered by Anushka0408
1
hey user!!
here's your answer

______________________________

" Short - r " command is used to sort the lines of data in a file in reverse order.

_____________________________

hope this helps^_^

SINGHisKING11: hiiii
SINGHisKING11: i want to ask questions
SINGHisKING11: please can u help me
SINGHisKING11: :-(
Answered by qwvilla
0

Sort-r command is used to sort the lines of data in a file in reverse order.

  • This command is used in the process of sorting the lines in the reverse order format.

What do you mean by sorting?

  • It is the process the given items or elements are to be arranged in sequential order either in descending order(big to small) or in ascending order(small to big).
  • It can be implemented in an array to sort the list provided by the user either in descending order(big to small) or in ascending order(small to big).
  • There are many types of sorting that we implement and they are: Selection sort, quick sort, bubble sort, and merge sort.

Similar questions