Write a program that will sort the files from the /tmp/test folder by size in descending order and display the files and their size in the terminal.
Expected format:
total 20
12 script.sh
4 my_python.py
4 literature
Write a program that will sort the files from the /tmp/test folder by size in descending order and display the files and their size in the terminal.
Expected format:
total 20
12 script.sh
4 my_python.py
4 literatureCreate a free account to access the full topic