1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
This commit is contained in:
Wing 2016-01-14 21:30:36 +08:00
parent 21992f3bf8
commit f2d0f8202c

View file

@ -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: