Re: [gentoo-user] screen (was: 3 n00b questions)

2003-06-13 Thread MAL
Rev. Jeffrey Paul wrote: On Fri, 13 Jun 2003, MAL wrote: Screen is indeed great so what do I have to do to have it as my default shell? :) I put the following in my .profile: if [ -z "$STY" ]; then screen -d -R exit fi Wouldn't screen -d -RR be more suited? Also, what happens in this c

Re: [gentoo-user] screen (was: 3 n00b questions)

2003-06-13 Thread Rev. Jeffrey Paul
On Fri, 13 Jun 2003, MAL wrote: > Wouldn't > screen -d -RR > be more suited? >From the manpage: -d -R Reattach a session and if necessary detach or even create it first. -d -RR Reattach a session and if necessary detach or create it. Use the first session if more than one

Re: [gentoo-user] screen (was: 3 n00b questions)

2003-06-13 Thread Ohad Lutzky
On Fri, Jun 13, 2003 at 01:42:03PM -0400, Rev. Jeffrey Paul wrote: > On Fri, 13 Jun 2003, MAL wrote: > > Wouldn't > > screen -d -RR > > be more suited? > > From the manpage: > >-d -R Reattach a session and if necessary detach or even create it first. > >-d -RR Reattach a session an