Re: order of flags

2008-07-26 Thread James
cool! thanks for the research-- it's the best reply i've gotten in a while! cheers, _J On 7/26/08, Micah Cowan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > James wrote: > > hello, > > just wanted to know why the following command gives: > > > > $ screen

Re: order of flags

2008-07-26 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James wrote: > hello, > just wanted to know why the following command gives: > > $ screen -RRx > There is no screen to be attached. > > whereas typing: > > $ screen -xRR > > gives a new screen session. (or attaches to an existing one with multiuser

order of flags

2008-07-26 Thread James
hello, just wanted to know why the following command gives: $ screen -RRx There is no screen to be attached. whereas typing: $ screen -xRR gives a new screen session. (or attaches to an existing one with multiuser mode) at the moment i'm using the second command as my "always run screen like t