Re: Exiting a list of screen sessions
Alan Young <[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <CAPAD24uG2LGeA5G2wGW3+7aeiFb8=X=QGWVevYGYbBGw4+HL2A@mail.gmail.com> |
On Thu, May 12, 2011 at 17:15, Sam Steingold <sds-mXXj517/[email protected]> wrote: > yes, but will it send EOF to each bash window? > if it will not, I will lose my bash history! Part of my prompt setup has PS1="\$(history -a)${PS1}" This will save each command to the history file. The most you will lose after this is a command you haven't actually executed yet. -- Alan Young