Re: workaround to not overwrite .bash_history

2006-06-12 Thread Adam Lazur
Henrique Niwa ([EMAIL PROTECTED]) said: > I would like to unify my .bash_history around the > windows that screen creates. What i want is just bash > adding lines to the bash history, without creating > separate histories, because that is what it seems to > do, every window has its own history. > A

Re: workaround to not overwrite .bash_history

2006-06-12 Thread Michael Parson
On Mon, Jun 12, 2006 at 11:22:48AM -0500, Michael Parson wrote: > On Mon, Jun 12, 2006 at 01:34:06PM +, Henrique Niwa wrote: > >> hi, I would like to unify my .bash_history around the windows that >> screen creates. What i want is just bash adding lines to the bash >> history, without creating

Re: workaround to not overwrite .bash_history

2006-06-12 Thread Michael Parson
On Mon, Jun 12, 2006 at 01:34:06PM +, Henrique Niwa wrote: > hi, > I would like to unify my .bash_history around the > windows that screen creates. What i want is just bash > adding lines to the bash history, without creating > separate histories, because that is what it seems to > do, every wi

Re: workaround to not overwrite .bash_history

2006-06-12 Thread Juergen Weigert
On Jun 12, 06 13:34:06 +, Henrique Niwa wrote: > hi, > I would like to unify my .bash_history around the > windows that screen creates. What i want is just bash > adding lines to the bash history, without creating > separate histories, because that is what it seems to > do, every window has its

workaround to not overwrite .bash_history

2006-06-12 Thread Henrique Niwa
hi, I would like to unify my .bash_history around the windows that screen creates. What i want is just bash adding lines to the bash history, without creating separate histories, because that is what it seems to do, every window has its own history. Anybody has any trick to do this? __