The output of du -sh * | sort -h
lists all the files and directories in sorted order based on size. But the problem is; the output doesn't differentiate the directories from files.
For example:
15K file1backup
16K Desktop
Is there any option to du which makes it easier to differentiate the files and directories?