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: