On Mon, Sep 03, 2007 at 06:44:10PM EDT, cga2000 wrote:
> Is there any way I can display the following on the hard-status line:
>
> . %RAM used
> . %SWAP used
> . CPU temperature
> . %CPU
www.geocities.com/fcky1000/fcky
Thanks,
cga
___
screen-users
On 9/7/07, Johannes Weiner <[EMAIL PROTECTED]> wrote:
> Hi Aaron,
>
> please do not spam.
Sorry bout that, I'm retarded gmail parsing and all that
___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users
Hi Aaron,
please do not spam.
Hannes
--
Calling EMACS an editor is like calling the Earth a hunk of dirt.
-- Chris DiBona on Dirt
signature.asc
Description: Digital signature
___
screen-users mailing list
screen-users@gnu.org
http://
Man, I was running into the same problem, but looked around some more, and
found that:
screen -dmS test my_interactive_program
screen -S test -p 0 -X hardcopy /tmp/my_dump
will work just fine. The clue here is -p 0, which means "send this command
to window 0"
This is what you were missing. Whe