Date: Wed, 28 Oct 2009 17:43:01 -0500 From: Mak Kolybabi <mak@kolybabi.com> To: freebsd-questions@freebsd.org Subject: Re: [OT] Show nice columns of numers Message-ID: <20091028224301.GA13397@brisbane.gateway.2wire.net> In-Reply-To: <20091028223242.GA26697@marge.bs.l> References: <20091028223242.GA26697@marge.bs.l>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2009-10-28 23:32, Bertram Scharpf wrote: > As it will be a movie, not a photograph, I would like to have huge columns of > numbers running over the screen or at least one window. Does somebody know a > programm that produces such nice output? If you're not dead-set on numbers, somethings like the following works: while true; do; dd if=/dev/urandom bs=64 count=1 2>/dev/null | sha256; done -- Matthew Anthony Kolybabi (Mak) <mak@kolybabi.com> () ASCII Ribbon Campaign | Against HTML e-mail /\ www.asciiribbon.org | Against proprietary extensions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091028224301.GA13397>