Added 'du' command to check file/folder size.

This commit is contained in:
Akash Tandon
2016-11-11 14:24:09 +05:30
committed by GitHub
parent 2b2a954f8a
commit 01f3e16bc4

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**