Formatted all pages according to guidelines.
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user