Determine the file storage of each sub-directory in a directory

January 3, 2024

du -sh * | sort -hr
du -sh * | grep G