Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 583 Bytes

diskusage

A cross platform command line utility that reports the disk usage for all files and folders in a directory. It's similar to Unix du.

Installation

Mac

You can use homebrew:

brew install clintmod/formulas/diskusage

Windows / Linux

  • Download the latest release
  • Untar it to a folder
  • Make sure the folder is added to your PATH variable.

Usage

You can execute it like: diskusage [dir] to list the sizes of the files and subdirectories in dir.