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