Re: A Feature Request for History

2011-06-13 Thread Bradley M. Kuhn
Jayesh Badwaik wrote at 03:18 (EDT) on Saturday: > Every now and then I want a command from one of the instances of bash > to be used in another instance. In that case, the history of bash is > not that useful since it is quiet linear in nature and does not store > history of all bash instances.

Re: A Feature Request for History

2011-06-13 Thread Chet Ramey
On 6/13/11 1:10 PM, Bradley M. Kuhn wrote: > The only feature you describe above missing with that configuration is > that existing shells won't find history commands written out > in-between. I have a tendency to close/open bash shells, so I don't run > into that problem. > > Unfortunately, hav

Re: documentation bug re character range expressions

2011-06-13 Thread Andre Majorel
On 2011-06-09 12:40 -0700, Marcel (Felix) Giannelia wrote: > Guess it's time I really learned how to navigate texinfo... You can spare yourself the pain with something along the lines of #!/bin/sh info --subnodes -o- "$1" | less (Which won't help you in this particular case as neither bash nor

Re: A Feature Request for History

2011-06-13 Thread Michael Witten
On Mon, Jun 13, 2011 at 17:10, Bradley M. Kuhn wrote: > I have all my bash history going back to > 2003-10-15 accessible to me. Why?