Changes

Linux Commandline Stuff

54 bytes added, 21:55, 16 October 2012
du to list size of subdirectories
= du to list size of subdirectories =
* list size of subdirectories in human readable format: <code>du -skh*</code>
* to sort by size: <code>du -skh * | sort</code>