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? > > Thanks.
$ grep HIST .profile HISTFILE=$HOME/.history HISTSIZE=1024 works. Arrow-up though, not page-up. /Alexander