On 2 April 2009 c. 08:37:25 Chris wrote:
> I am trying to get the shell history with page-up but looks like it's
> not working. I'm running -current with the default ksh and added
> HISTSIZE=50 and export HISTSIZE to ~/.profile.
>
> Does anyone know how to get it?
>From the ksh(8):
Note: If HISTFILE isn't set, no history file is used. This
is
different from the original Korn shell, which uses
$HOME/.sh_history; in the future, pdksh may also use a
default
history file.
And, BTW, you don't need to export those variables.
--
Best wishes,
Vadim Zhukov
A: Because it messes up the way people read text.
Q: Why is a top-posting such a bad thing?