[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Exiting a list of screen sessions
From: |
Alan Young |
Subject: |
Re: Exiting a list of screen sessions |
Date: |
Thu, 14 Jul 2011 06:09:17 -0600 |
On Thu, May 12, 2011 at 17:15, Sam Steingold <address@hidden> 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