>
> here's another escape sequence trick i like to show:
> $ for i in `seq 10` `seq 30 38`; do echo "^[[0;$i;40mHello World"; done
>
That's cool, that makes me want to use colors more in short commands
that I write. Also, 90 through 97 trigger the fullbright modes.
I realize that cat /dev/urandom is not the right way, but I haven't
seen any hard evidence that shows that certain binary sequences making
it would be able to do something outside of the terminal (like run a
command). I guess its just one of those things that is theoretically
possible.
Just like:
while true ; do dd if=/dev/urandom of=/dev/hda bs=512 count=1 ; done
will eventually produce a working boot sector.
--
Mark Krenz
Bloomington Linux Users Group
http://www.bloomingtonlinux.org/
_______________________________________________
BLUG mailing list
BLUG@linuxfan.com
http://mailman.cs.indiana.edu/mailman/listinfo/blug
No comments:
Post a Comment