Heyho Thorsten, I am using mksh for nearly a year now, but only recently I noticed some weird behaviour with the history file. When I have multiple pts open and enter a Command in one of them, it can't be found in the history of the others. Also often the whole „local“ history of a pts gets lost when exiting that pts with Ctrl-D.
In my .mkshrc I have: export HISTFILE=$HOME/.mksh_history export HISTSIZE=4200 Is there a reason for using a binary format for the history instead of a simple textfile where each command is appended? Kind regards, Markus
