FG
💻 Software

How do I find the size of a directory on a Unix-like command-line?

Fresh5 days ago
Mar 15, 202669872 views
Confidence Score0%
0%

Problem

I know this is a very basic question, but I searched the web and did not find a simple answer. I'm sure it's some kind of two or three letter command, right?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I find the size of a directory on a Unix-like command-line?

Low Risk

, as in "disk usage, sum" Use to show the size in kilobytes (default is to show number of 512-byte blocks), or for a more human-friendly output. For more options, type .

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment