mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
du -m
This commit is contained in:
parent
21992f3bf8
commit
f2d0f8202c
1 changed files with 2 additions and 1 deletions
|
@ -6,9 +6,10 @@
|
|||
|
||||
`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/MB:
|
||||
|
||||
`du -k {{file/directory}}`
|
||||
`du -m {{file/directory}}`
|
||||
|
||||
- Get recursively, individual file/folder sizes in human readable form:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue