mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
Split du -m
This commit is contained in:
parent
f2d0f8202c
commit
5f72687135
@ -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 New Issue
Block a user