Skip to Content

List folder sizes at a command line

Estimated Reading Time: < 1 Minute

1) open a terminal window
2) change to the folder that you want to list the sizes of the sub-folders in
3) type in this command:
"sudo du -d 1 -h -x

List folder sizes at a command line
  • COMMENT