How do I sort descending in bash?
How do I sort descending in bash? -r Option: Sorting In Reverse Order: You can perform a reverse-order sort using the -r flag. the -r flag is an option of the sort command which sorts the input file in reverse order i.e. descending order by default. How do you sort data in descending order? Sort […]