If you want to print the size of all files and folders in a current directory, use the following:
sudo du -sch .[!.]* * | sort -h
If you want to print the size of all files and folders in a current directory, use the following:
sudo du -sch .[!.]* * | sort -h