How to get a linux folder size?

Linux OS Topics
Post Reply
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

How to get a linux folder size?

Post by Saman » Thu Mar 22, 2012 12:51 am

Code: Select all

$du -ah /path/to/dir
-a : all files
-h : human-readable form
Post Reply

Return to “Linux”