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

waldyrious/alt-syntax
Wing 2016-01-19 18:43:40 +08:00
parent 5f72687135
commit 40ecce5dd7
1 changed files with 3 additions and 3 deletions

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: