Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# du
> Estimate file space usage
> Estimate file space usage.
- get a sum of the total size of a file/folder in human readable units
- Get a sum of the total size of a file/folder in human readable units:
`du -sh {{file/directory}}`
- list file sizes of a directory and any subdirectories in KB
- List file sizes of a directory and any subdirectories in KB:
`du -k {{file/directory}}`
- get recursively, individual file/folder sizes in human readable form
- Get recursively, individual file/folder sizes in human readable form:
`du -ah {{directory}}`
- list the KB sizes of directories for N levels below the specified directory
- List the KB sizes of directories for N levels below the specified directory:
`du --max-depth=N`