Index syndication
comment syndication

Disk space Usage

February 20, 2014 at 13:41 · Filed under unix

I came across a useful bash alias. I don’t know where. I’ll call it dureport.
alias dureport='du -sdk * | awk '\''{printf "%12d\t%s\n", $1, substr($0,index($0,$2),80)}'\'' |sort -r'

Leave a Comment