Re: screen -s -/bin/bash
Rhys Ulerich <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <CAKDqugQOr1mmYBy9HzHNFzP5a2DJ-VQw=qDF+o+d-472KmXBKQ@mail.gmail.com> |
Perhaps my misunderstanding is that I see no way to escape the leading
hyphen on "/bin/bash":
> screen -s -/bin/bash
?
Things like
screen -s=-/bin/bash
and
screen -s -- -/bin/bash
are a bust.
- Rhys