Change {{file/directory}} to {{file_or_directory}}

This commit is contained in:
Wing
2016-01-19 18:43:40 +08:00
parent 5f72687135
commit 40ecce5dd7

View File

@@ -4,15 +4,15 @@
- Get a sum of the total size of a file/folder in human readable units:
`du -sh {{file/directory}}`
`du -sh {{file_or_directory}}`
- List file sizes of a directory and any subdirectories in KB:
`du -k {{file/directory}}`
`du -k {{file_or_directory}}`
- List file sizes of a directory and any subdirectories in MB:
`du -m {{file/directory}}`
`du -m {{file_or_directory}}`
- Get recursively, individual file/folder sizes in human readable form: