Re: simply preserving sessions across disconnect
Adam Kellas <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 29, 2011 at 7:49 AM, Erik Osheim <erik-RrIVv6Yi33f3y/S9aNj6cVaTQe2KTcn/@public.gmane.org> wrote: > On Tue, Jun 28, 2011 at 09:28:42AM -0400, Adam Kellas wrote: >> Can anyone tell me the combination of flags to make this work? > > I'm not sure, but I think screen -x -RR may be what you want. No, it's close but not exactly right. If there is a free session this will attach to it (good). But if not, instead of creating a new one (which is what I want) it shares an existing one (bad). It's frustrating because there are lots of ways to get close to the desired behavior but apparently none that hits it exactly. AK