Re: starting process in the background

2013-04-29 Thread tilt
>From the manpage screen(1) (Screen version 4.00.03jw4 (FAU) 2-May-06): -d -m Start screen in "detached" mode. This creates a new session but doesn't attach to it. This is useful for system startup scripts. Kind regards, Tilman Jorge Rodrigues wrote at 09.04.2013

Re: command to clear screen buffer?

2013-04-29 Thread Chris Jones
On Mon, Apr 29, 2013 at 01:24:19PM EDT, Phil! Gold wrote: > * Chris Jones [2013-04-27 17:20 -0400]: > > One way to do this would be to stick the two commands in a file: > > > > | $ cat $HOME/.scrbuff_screenrc > > | scrollback 0 > > | scrollback 500 > > > > And add something like this to your $H

Re: command to clear screen buffer?

2013-04-29 Thread Phil! Gold
* Chris Jones [2013-04-27 17:20 -0400]: > One way to do this would be to stick the two commands in a file: > > | $ cat $HOME/.scrbuff_screenrc > | scrollback 0 > | scrollback 500 > > And add something like this to your $HOME/.screenrc > > | bind 9 source $HOME/scrbuff_screenrc It's much easier