↧
Answer by Kusalananda for KSH history weirdness
Yes, ksh93 writes its command line history to file as you go, while bash writes it when the shell exits. Digging though some source code, it seems that the in-memory history buffer is 4k (HIST_BSIZE in...
View ArticleKSH history weirdness
I'm running KSH on RHEL 2.6 on x86. KSH version is:sh (AT&T Research) 93u+ 2012-08-01Switching to Bash or back to Tcsh (which I happily used at my old job) is not possible.The first annoying thing...
View Article