Pastebin
Paste #3810: No description
< previous paste - next paste>
Pasted by Anonymous Coward
* `du -sh {directory}` list display size of directory in human readable format.
* `du -sh *` show size of each directory in the current path
* `df` disk space usage
```
$ du -sh *
11M Applications
1.9G Desktop
14G Documents
8.0K Downloads
1.7G Dropbox
...
```
New Paste
Go to most recent paste.