Thanks! That did the trick =)

// rancor


On Thu, May 8, 2008 at 1:13 PM, mickey <[EMAIL PROTECTED]> wrote:

> On Thu, May 08, 2008 at 10:59:46AM +0000, mickey wrote:
> > On Thu, May 08, 2008 at 12:37:47PM +0200, rancor wrote:
> > > Hi
> > >
> > > Is there any way of copy/pipe the information on the console to a file?
> I
> > > need the same information that I can see of I hold down Ctrl+Shift and
> using
> > > PageUp/Down when I'm on the console. I'm not using serial, that would
> be
> > > simple but I'm stuck right on the machine.
> >
> > dd if=/dev/mem of=/tmp/a bs=32k skip=23 count=1
>
> if you ain't require original color pipe thru
> hexdump -e '"%_c\n"' | awk 'NR % 2 {s=s $0} END {print s}'|more
> cu
> --
>    paranoic mickey       (my employers have changed but, the name has
> remained)

Reply via email to