Re: [OT] Not clobbering bash history

2023-12-11 Thread Jean Louis
> > Say that the history has eight entries, and a ninth was added by a > > parallel process, the current process would be at the point after the > > eighth element and should continue reading from there next time it wants > > a history entry. Arsen, explore options of the command `history'

Re: [OT] Not clobbering bash history

2023-12-11 Thread Arsen Arsenović via Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists
Hi Jean, Jean Louis writes: >> > Say that the history has eight entries, and a ninth was added by a >> > parallel process, the current process would be at the point after the >> > eighth element and should continue reading from there next time it wants >> > a history entry. > > Arsen, ex