Jump to content

Recommended Posts

Posted
is there a piece of software like treesize for macs, my laptop HD is nearly full and I want to see where all the space is being used up!
Posted

Open up a Terminal window

 

cd [directory you want to check]

du -sm * | sort -rn

 

This will give you a list (biggest first, size in megabytes) of files/directories below where you run the command from.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...