How to know the size of a directory? Including subdirectories and files.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
Or to get human readable output:
The |
||||
|
you can also use ls -ldh:
-l is for long listing ; -d is for displaying dir info, not the content of the dir, -h is for displaying size in huma readable format. |
|||
