Changes

Linux Commandline Stuff

111 bytes added, 21:50, 16 October 2012
no edit summary
Linux Commandline Stuff
= du to list size of subdirectories =
* <code>u -skh*</code>
* to sort by size: <code>du -skh * | sort</code>
= add remote git repository =