Use this command to list the folders in a linux directory along with their total sizes in human readable format:
du -sh * | sort -h
Use this command to list the folders in a linux directory along with their total sizes in human readable format:
du -sh * | sort -h