5,710
edits
Changes
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 =