Usage: $hdused(drive)

Examples: //echo -a Used: $hdused(c) * $hdused(d)

alias hdused return $bytes($calc($disk($1).size - $disk($1).free),g).suf

Didn't add any error checking, I leave that for you grin

Greets


Gone.