Changes

Linux Commandline Stuff

225 bytes added, 17:01, 21 October 2012
no edit summary
Linux Commandline Stuff
=uuencode===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
 
==encode image as text==
*turning image to text: <pre>cat urs\ fischer\ 3.jpg | uuencode -m -o ursfischer.txt usfischer.jpg</pre>
==decode text as image==
*extract image: <pre>uudecode ursfischer_alt.txt </pre>
= du to list size of subdirectories =