Changes

Linux Commandline Stuff

150 bytes added, 04:10, 20 October 2012
no edit summary
Linux Commandline Stuff
 
=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>
= du to list size of subdirectories =