Uzyskaj rozmiar katalogu Linux
du -sh directory_path
-s, --summarize
display only a total for each argument
-h, --human-readable
print sizes in human readable format (e.g., 1K 234M 2G)
David Cao