{"id":85,"description":"Find disk usage of directory and files with \"du\"","tags":["linux","shell","tools"],"contents":["du -a - display an entry for each file in the directory","du -c - display a grand total","du -h - display info in human readable form (take optional unit suffixes (-m for MB, -g for GB))","du -d \u003cdepth\u003e - stop at given depth level"]}
