code
Dec 17, 2010
Human readable and by size sorted disk usage (du) in BASH
This is a quick tip to fix a problem that has always bugged me.
When showing disk usage in a human readable form (KB, MB, GB) for each subdirectory using du -sh *, how can you properly sort it by size.
Dec 16, 2010
Get cross-browser document height in JS
This function will return any document’s height.
Recent Comments