Merge pull request #9 from analyticalmonk/patch-1

Added 'du' command to check file/folder size.
This commit is contained in:
Steve Mao 2016-11-12 09:19:41 +11:00 committed by GitHub
commit 54736069cb

View File

@ -125,6 +125,12 @@ mkdir -p 'path/may/not/exist/untitled folder'
stat -x readme.md
```
or
```
du -sh readme.md
```
## <a id="opendefault"></a>open a file with default program
**STOP DOUBLE CLICKING A FILE**