mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 13:18:07 +01:00
Split du -m
This commit is contained in:
parent
f2d0f8202c
commit
5f72687135
1 changed files with 4 additions and 1 deletions
|
@ -6,9 +6,12 @@
|
|||
|
||||
`du -sh {{file/directory}}`
|
||||
|
||||
- List file sizes of a directory and any subdirectories in KB/MB:
|
||||
- List file sizes of a directory and any subdirectories in KB:
|
||||
|
||||
`du -k {{file/directory}}`
|
||||
|
||||
- List file sizes of a directory and any subdirectories in MB:
|
||||
|
||||
`du -m {{file/directory}}`
|
||||
|
||||
- Get recursively, individual file/folder sizes in human readable form:
|
||||
|
|
Loading…
Reference in a new issue