Saturday, July 16, 2011

cleaing up my windows computer

Here's a command under cygwin that will show the size of all subdirectories
$ du -h | sort -rn | du -hsc * -m | sort -n

No comments: