Changes

Linux Commandline Stuff

52 bytes added, 04:11, 20 October 2012
make random text file
*put this in <code>make_random.sh</code>:
<pre>head -c 100000 < /dev/random | uuencode -m - | tail -n 100000 > out.txt</pre>
*see http://old.roberttwomey.com/uuencode/index.php
= du to list size of subdirectories =