[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: screendump of screen
From: |
foo bar |
Subject: |
Re: screendump of screen |
Date: |
Tue, 14 Jun 2005 11:56:35 +1000 |
On 6/10/05, Michael Schroeder
<address@hidden> wrote:
> On Fri, Jun 10, 2005 at 10:22:35AM +1000, foo bar wrote:
> > Is there an application that can attach to a screen session, reads
> > what the screen looks like, and dumps it to an image (png) ?
>
> You can use
>
> screen -p <windowname> -X hardcopy <filename>
>
> to dump the contents of a window into a file, but screen doesn't
> dump colors/fonts/atrributes.
On 6/10/05, Juergen Weigert <address@hidden> wrote:
> On Jun 10, 05 10:22:35 +1000, foo bar wrote:
...
> How about running screen with -L and parse the logfile to get the
> iptraf output? You can even truncate the logfile after every read,
> if you like.
Wow, thanks guys