linux folder size check and find leaks file
du -sh * « you can find top down folder.
If you want quickly find leaks file. you can your below method.
| /#du -ck | sort -n |
du -sh * « you can find top down folder.
If you want quickly find leaks file. you can your below method.
| /#du -ck | sort -n |