Sort the lines from the /tmp/test.txt file by numerical values in descending order and print them on the screen.
Sort the lines from the /tmp/test.txt file by numerical values in descending order and print them on the screen.
Sample Input 1:
300
4
15
23Sample Output 1:
300
23
15
4Create a free account to access the full topic