Hello Again!
I have 99 folders inside /Documents/Scriptology/ and I wanted to see the size of all folders and see what can I delete from there. Unfortunately, by default, Finder does not show you size of a Folder on Mac.
So had to find out alternative to get the information. Its pretty simple command that unix folks already know.
Try this: du -sh /Users/laeeqhumam/* | sort -n
Very practical and very useful, you will get the information as the image below:
Comments