Common History across Shell
- From: quarkLore <agarwal.prateek@xxxxxxxxx>
- Date: Tue, 10 Jul 2007 01:36:15 -0700
AFAIK history in bash is implemented such that each bash instance
maintains its individual history in memory. As and when a bash session
exits it updates history file.
If there are multiple shells running together then commands entered in
one can't be accessed using history command from other shells.
I am looking for a feature where if a user has multiple shells and on
a special keystroke / command all shells get a common history which is
sum of all histories.
Does such a feature exist in bash or any other shell?
Can such a feature be implemented without changing the shell's code?
.
- Follow-Ups:
- Re: Common History across Shell
- From: Jim Jackson
- Re: Common History across Shell
- From: Chris F.A. Johnson
- Re: Common History across Shell
- From: BartlebyScrivener
- Re: Common History across Shell
- From: John DuBois
- Re: Common History across Shell
- From: Frank Terbeck
- Re: Common History across Shell
- From: Atishay
- Re: Common History across Shell
- Prev by Date: Re: How to sed a '-D' with new line ?
- Next by Date: Re: A rookie's question concerning setenv
- Previous by thread: Catch 22 with set -u
- Next by thread: Re: Common History across Shell
- Index(es):
Relevant Pages
|